SQLInserterFireAndForget Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void FireAndForget(
string logSource = null,
bool noRowLockHints = false,
ExecuteOptions executeOptions = ExecuteOptions.ResolveEmbedded
)
Public Sub FireAndForget (
Optional logSource As String = Nothing,
Optional noRowLockHints As Boolean = false,
Optional executeOptions As ExecuteOptions = ExecuteOptions.ResolveEmbedded
)
Parameters
- logSource (Optional)
- Type: SystemString
The source of the operation, to be logged to the devlog. - noRowLockHints (Optional)
- Type: SystemBoolean
If true, no ROWLOCK hints will be added to the statement. - executeOptions (Optional)
- Type: NetQuarryExecuteOptions
Options affecting how the SQL statement is treated.
See Also