SQLInserterExecute Method (String, Boolean) |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Execute(
string logSource,
bool noRowLockHints
)
Public Function Execute (
logSource As String,
noRowLockHints As Boolean
) As Integer
Parameters
- logSource
- Type: SystemString
The source of the operation, to be logged to the devlog. - noRowLockHints
- Type: SystemBoolean
If true, no ROWLOCK hints will be added to the statement.
Return Value
Type:
Int32Zero, always.
See Also