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

Reader Constructor

Protected Instance Fields

selectParams Gets/Sets an array with Sql parameters.

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.
SelectString (inherited from SqlDataAccess) Gets/Sets the the selection string
SourceTable (inherited from SqlDataAccess) Gets/Sets the the source table string

Protected Instance Methods

Clear (inherited from SqlDataAccess) Clear all variables and objects
Finalize (inherited from Object)Select the method name to go to the Microsoft documentation.
GetData Fill a dataset according to the query in propery SelectString
GetFirstValueForCurrentColumn Gets the first value for specified sql query based on either on column name or column index
MemberwiseClone (inherited from Object)Select the method name to go to the Microsoft documentation.

See Also

Reader Class | Magnusson.Data.SqlClient Namespace