The properties of the Adapter class are listed below. For a complete list of Adapter class members, see the Adapter Members topic.

Protected Instance Properties

Adapter (inherited from SqlDataAccess) Gets/Sets the System.Data.SqlClient.SqlDataAdapter
CmdType (inherited from SqlDataAccess) Gets/Sets the System.Data.CommandType for the Connection
ColumnIndex (inherited from SqlDataAccess) Gets/Sets the column index in the dataset to which you want to read the value
ColumnName (inherited from SqlDataAccess) Gets/Sets the column name in the dataset to which you want to read the value
Command (inherited from SqlDataAccess) Gets/Sets the sql command
Connection (inherited from SqlDataAccess) Holds the sql connection.
ConnectionString (inherited from SqlDataAccess) Holds the the connection string
DataSetToUse (inherited from SqlDataAccess) 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 SqlDataAccess) Gets/Sets the the selection string
SourceTable (inherited from SqlDataAccess) 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.

See Also

Adapter Class | Magnusson.Data.SqlClient Namespace