Public Instance Constructors

TestTable2Reader ConstructorInitialize the connection string.

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.
SelAllTestTable2AutoCode Used for get all rows from tTestTable2
SelUniTestTable2AutoCode Used for get an unique row into tTestTable2
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.

Protected Instance Fields

selectParams

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 (inherited from NMReader) Fill a dataset according to the query in propery SelectString
GetFirstValueForCurrentColumn (inherited from NMReader) 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

TestTable2Reader Class | Magnusson.Data.SqlAutomation Namespace