Click or drag to resize

SQLInserterExecute Method (IDatabase, String)

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
)

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.
See Also