SQLInserter Constructor (IDatabase, String) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SQLInserter(
IDatabase db,
string tableName
)
Public Sub New (
db As IDatabase,
tableName As String
)
Parameters
- db
- Type: NetQuarryIDatabase
The database into which to insert. - tableName
- Type: SystemString
The table into which to insert.
See Also