SqlResult
Interface
SQL result.
sql
is used to query on a service.
displaySQL
is used for UI.
sqlExpression
is the passed prop sqlExprObj.
Properties
Property | Type | Notes |
---|---|---|
string | The display SQL for UI. | |
string | The result SQL for querying. | |
The passed prop sqlExprObj |
sqlExpression
optional
Interface PropertysqlExpression: IMSqlExpression
The passed prop sqlExprObj
displaySQL: string
The display SQL for UI.