Click or drag to resize

SQLInserter.FireAndForget 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: System.String
The source of the operation, to be logged to the devlog.
noRowLockHints (Optional)
Type: System.Boolean
If true, no ROWLOCK hints will be added to the statement.
executeOptions (Optional)
Type: NetQuarry.ExecuteOptions
Options affecting how the SQL statement is treated.
See Also