Click or drag to resize

SQLUpserterExecute Method (String, SQLHelperFlags, Int32)

Execute the SQL MERGE statement. Note that embedded functions are always resolved.

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

Parameters

logSource
Type: SystemString
The source of the operation, to be logged to the devlog.
flags
Type: NetQuarrySQLHelperFlags
Flags affecting the SQL generation or execution.
commandTimeout
Type: SystemInt32
Override the default command timeout.

Return Value

Type: Int32
The number of records inserted, updated, or deleted.
See Also