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