Click or drag to resize

SQLUpserterExecute Method (String, SQLHelperFlags)

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
)

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.

Return Value

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