Click or drag to resize

SQLInserterFireAndForget Method

Executes the specified SQL asynchronously on a thread pool thread. Uses IDatabase.FireAndForget.

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
)

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