SQLSelectIntoExecute Method (IDatabase, SQLHelperFlags, String, Int32) |
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,
int commandTimeout
)
Public Sub Execute (
db As IDatabase,
options As SQLHelperFlags,
logSource As String,
commandTimeout As Integer
)
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. - commandTimeout
- Type: SystemInt32
Override the default com.
See Also