Shortcut constructor for Bulk inserting data into tables
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public CInsertItem( string tableName, string columnName, Object data ) |
Visual Basic |
---|
Public Sub New ( _ tableName As String, _ columnName As String, _ data As Object _ ) |
Visual C++ |
---|
public: CInsertItem( String^ tableName, String^ columnName, Object^ data ) |
Parameters
- tableName
- Type: System..::..String
Table to insert into
- columnName
- Type: System..::..String
Column name to insert into
- data
- Type: System..::..Object
Data to be inserted