Skip to content

Files

Latest commit

 

History

History
13 lines (8 loc) · 690 Bytes

File metadata and controls

13 lines (8 loc) · 690 Bytes

WebApi.ActiveQueryBuilder.Model.SqlQuery

Information about SQL query and it's context.

Properties

Name Type Description Notes
Guid string Unique identifier that defines SQL execution context for the given query, i.e. database server (SQL syntax rules), database schema. The context itself must be saved in the user account on https://webapi.activequerybuilder.com/. [optional]
Text string SQL query text. [optional]

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