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
)
Public Function Execute (
options As SQLHelperFlags,
logSource As String
) As Integer
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:
Int32The number of rows affected (as of v4.5.1).
See Also