Click or drag to resize

SQLInserterExecute Method (IDatabase, String, Int32)

Execute the SQL INSERT statement. Note that embedded functions are always resolved.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Execute(
	IDatabase db,
	string logSource,
	int commandTimeout
)

Parameters

db
Type: NetQuarryIDatabase
The database against which to execute the SQL.
logSource
Type: SystemString
The source of the operation, to be logged to the devlog.
commandTimeout
Type: SystemInt32
Override the default command timeout.
See Also