Click or drag to resize

SQLUpserter.Execute 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: System.String
The source of the operation, to be logged to the devlog.
flags
Type: NetQuarry.SQLHelperFlags
Flags affecting the SQL generation or execution.
commandTimeout
Type: System.Int32
Override the default command timeout.

Return Value

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