Click or drag to resize

SQLInserter Constructor (String)

Initilizes a new instance of the object. Note: You must use the SQLInserter(IDatabase, String) constructor in order to use AddColumnPerSchema(String, Object, SQLColumnFlags).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public SQLInserter(
	string tableName
)

Parameters

tableName
Type: SystemString
Specifies the table name to use.
See Also