ActiveDatabaseSoftware.ActiveQueryBuilder.QueryTransformer Namespace : QueryTransformer Class |
For a list of all members of this type, see QueryTransformer members.
Name | Description | |
---|---|---|
![]() | BeginUpdate | Prevents the component from SQL generation until the EndUpdate method is called. |
![]() | EndUpdate | Resumes SQL generation after it was suspended by the BeginUpdate method. |
![]() | ExportToXML | Overloaded. Saves the content of Query Transformer to XML file. |
![]() | ImportFromXML | Overloaded. Loads the content of Query Transformer from file in a form of XML document. |
![]() | OrderBy | Overloaded. Adds sorting to the query. |
![]() | Select | Overloaded. Adds aggregate defined by the SelectedColumn object. |
![]() | SelectRecordsCount | Overloaded. Adds the "COUNT(*)" aggregate to the query. |
![]() | Skip | Sets the number of first records to be skipped. |
![]() | Take | Sets the number of records to return. |
![]() | Where | Overloaded. Adds filtration condition to the query. |