Click or drag to resize

ExecSQLArgsReturnStatementType Property

If you change the SQL during the MapperExecSQL event you should ALWAYS set this. It must be set by the extension for Aggregate type queries or the change will be ignored.

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

Property Value

Type: ExecSQLArgsExecuteStatementType
See Also