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
)
Public Function Execute (
logSource As String,
flags As SQLHelperFlags
) As Integer
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:
Int32The number of records inserted, updated, or deleted.
See Also