Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 617 Bytes

TransformResult.md

File metadata and controls

14 lines (9 loc) · 617 Bytes

WebApi.ActiveQueryBuilder.Model.TransformResult

Returns transformed SQL text in case of successful transformation. Otherwise returns error message.

Properties

Name Type Description Notes
Sql string Transformed SQL text. [optional]
Totals string Transformed SQL text for totals. [optional]
Error string Error message text. [optional]

[Back to Model list] [Back to API list] [Back to README]