Click or drag to resize

ExecSQLArgs Constructor (String, String, OperationType)

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,
	OperationType op
)

Parameters

executingSql
Type: SystemString
The SQL to be executed.
tableName
Type: SystemString
The name of the affected table (see TableName).
op
Type: NetQuarry.DataOperationType
The type of operation being executed (see cref="OperationType"/>).
See Also