Click or drag to resize

ExecSQLArgsStatementType Property

Returns the statement type (e.g. Insert, Update, Delete, Select) from ExecSQLArgsExecuteStatementType.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ExecSQLArgsExecuteStatementType StatementType { get; }

Property Value

Type: ExecSQLArgsExecuteStatementType
See Also