Public Instance Constructors
| TestTableSqlAutomationModifier Constructor | Initialize the connection string. |
Public Instance Methods
| DeleteTestTableSqlAutomation | AutoCode Used for delete a row tTestTableSqlAutomation |
| 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. |
| InsertTestTableSqlAutomation | AutoCode Used for insert a new row into tTestTableSqlAutomation |
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| UpdateTestTableSqlAutomation | AutoCode Used for update a row tTestTableSqlAutomation |
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. |
| DeleteString (inherited from NMAdapter) | Gets/Sets the the update string. Used when you want to specify the sql statement or stored procedure. |
| InsertString (inherited from NMAdapter) | Gets/Sets the the insert string. Used when you want to specify the sql statement or stored procedure. |
| SelectString (inherited from NMSqlDataAccess) | Gets/Sets the the selection string |
| SourceTable (inherited from NMSqlDataAccess) | Gets/Sets the the source table string |
| UpdateString (inherited from NMAdapter) | Gets/Sets the the update string. Used when you want to specify the sql statement or stored procedure. |
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. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Update (inherited from NMAdapter) | Overloaded. Updates the database wiht the changes made to the dataset. Remember to have had set the selectstring. One limitation is that you only can insert/update/delete the first table in the dataset due to the limitation of the object sql command builder. |
See Also
TestTableSqlAutomationModifier Class | Magnusson.Data.SqlAutomation Namespace