The properties of the SqlDataAccess class are listed below. For a complete list of SqlDataAccess class members, see the SqlDataAccess 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

See Also

SqlDataAccess Class | Magnusson.Data.SqlClient Namespace