Click or drag to resize

SQLUpdater Constructor (String, String)

Constructor with table name and where clause. 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,
	string where
)

Parameters

table
Type: SystemString
The name of the table to update.
where
Type: SystemString
The filter clause identifying which record(s) to update.
See Also