Public Instance Methods

Equals (inherited from Object)Select the method name to go to the Microsoft documentation.
GetHashCode (inherited from Object)Select the method name to go to the Microsoft documentation.
GetType (inherited from Object)Select the method name to go to the Microsoft documentation.
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Constructors

SqlDataAccess Constructor

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

Protected Instance Methods

Clear Clear all variables and objects
Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

SqlDataAccess Class | Magnusson.Data.SqlClient Namespace