The properties of the NMSqlDataAccess class are listed below. For a complete list of NMSqlDataAccess class members, see the NMSqlDataAccess Members topic.
Protected Instance Properties
| Adapter | Gets/Sets the System.Data.SqlClient.SqlDataAdapter |
| CmdType | Gets/Sets the System.Data.CommandType for the Connection |
| ColumnIndex | Gets/Sets the column index in the dataset to which you want to read the value |
| ColumnName | Gets/Sets the column name in the dataset to which you want to read the value |
| Command | Gets/Sets the sql command |
| Connection | Holds the sql connection. |
| ConnectionString | Holds the the connection string |
| DataSetToUse | Gets/Sets the the dataset to fill/update according to SelectString. |
| SelectString | Gets/Sets the the selection string |
| SourceTable | Gets/Sets the the source table string |