Public Instance Constructors
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. |
| SelAllTestTableSqlAutomation | AutoCode Used for get all rows from tTestTableSqlAutomation |
| SelUniTestTableSqlAutomation | AutoCode Used for get an unique row into tTestTableSqlAutomation |
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Fields
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
TestTableSqlAutomationReader Class | Magnusson.Data.SqlAutomation Namespace