Click or drag to resize

SQLUpdater Constructor (String)

Constructor with table name. Note: You must use the SQLUpdater(IDatabase, String, 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 SQLUpdater(
	string table
)

Parameters

table
Type: SystemString
The name of the table to update.
See Also