Click or drag to resize

SQLSelectIntoExecute Method (IDatabase, SQLHelperFlags, String)

Execute the SQL INSERT INTO ... SELECT FROM 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,
	SQLHelperFlags options,
	string logSource
)

Parameters

db
Type: NetQuarryIDatabase
The database against which to execute the SQL.
options
Type: NetQuarrySQLHelperFlags
Options specifying how to generate the SQL. This parameter is currently ignored, but provided for future use.
logSource
Type: SystemString
The source of the operation, to be logged to the devlog.
See Also