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)
Syntaxpublic ExecSQLArgsExecuteStatementType ReturnStatementType { get; set; }
Public Property ReturnStatementType As ExecSQLArgsExecuteStatementType
Get
Set
Property Value
Type:
ExecSQLArgsExecuteStatementType
See Also