Click or drag to resize

ExecSQLArgs Constructor (String, String, ExecSQLArgsExecuteStatementType)

Constructor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ExecSQLArgs(
	string executingSql,
	string tableName,
	ExecSQLArgsExecuteStatementType statementType
)

Parameters

executingSql
Type: SystemString
The SQL to be executed.
tableName
Type: SystemString
The name of the affected table (see TableName).
statementType
Type: NetQuarry.DataExecSQLArgsExecuteStatementType
The type of statement being executed (see StatementType).
See Also