Click or drag to resize

SQLUpserter Constructor

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
)

Parameters

db
Type: NetQuarryIDatabase
The database into which to upsert.
tableName
Type: SystemString
The table into which to upsert.
See Also