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