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

NMReader Constructor

Protected Instance Fields

selectParams Gets/Sets an array with Sql parameters.

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

Protected Instance Methods

Clear (inherited from NMSqlDataAccess) 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

NMReader Class | netMage.Data.SqlClient Namespace