Scribe.Core.ConnectorApi.Query Namespace
The Query class is an objectified version of what can be thought of as a SQL query. It encapsulates a request for data by describing the objects to be returned and their relationships, fields of interest and constraints on the results.
Classes
|
Class |
Description |
---|---|---|
![]() |
Simple no-op wrapper around Dictionary. Used to represent child objects |
|
![]() |
Simple no-op wrapper around Dictionary. Used to represent properties on an object ie DataEntity |
|
![]() |
Encapsulates a request for data |
|
![]() |
This class defines a query data entity which allows for storing a queries structure as well as the data to be sent as a result of the query |
|
![]() |
Defines the properties of a data entity as used within a query |
|
![]() |
Defines the hierartical relationship of a child entity to it's parent entity within a query. |
|
![]() |
Defines the order that an entity's data should be returned within the results of a query |
Enumerations
|
Enumeration |
Description |
---|---|---|
![]() |
Enumeration of Sequence Directions |