Click or drag to resize

SQLInserter Constructor (IDatabase, String)

Full constructor which allows for use of AddColumnPerSchema(String, Object, SQLColumnFlags) and Execute(String, Int32).

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
)

Parameters

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