Public Instance Constructors

TestTable2Modifier ConstructorInitialize the connection string.

Public Instance Methods

DeleteTestTable2AutoCode Used for delete a row tTestTable2
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.
InsertTestTable2AutoCode Used for insert a new row into tTestTable2
ToString (inherited from Object)Select the method name to go to the Microsoft documentation.
UpdateTestTable2AutoCode Used for update a row tTestTable2

Protected Instance Fields

deleteParams
insertParams
updateParams

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

TestTable2Modifier Class | Magnusson.Data.SqlAutomation Namespace