Preferred method to change the SQL from an extension
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetSQL(
string sql,
ExecSQLArgsExecuteStatementType returnStatementType
)
Public Sub SetSQL (
sql As String,
returnStatementType As ExecSQLArgsExecuteStatementType
)
Parameters
- sql
- Type: SystemString
The new SQL - returnStatementType
- Type: NetQuarry.DataExecSQLArgsExecuteStatementType
The type of the statement being returned.
See Also