Click or drag to resize

SQLUpdaterExecute Method (SQLHelperFlags, String)

Execute the SQL INSERT statement. Note that embedded functions are always resolved. Requires that the object was created with the SQLUpdater(IDatabase, String, String) constructor. Note that prior to v4.5.1 this method did NOT return a value.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Execute(
	SQLHelperFlags options,
	string logSource
)

Parameters

options
Type: NetQuarrySQLHelperFlags
Options specifying how to generate the SQL.
logSource
Type: SystemString
The source of the operation, to be logged to the devlog.

Return Value

Type: Int32
The number of rows affected (as of v4.5.1).
See Also