ExpandQuerySpecification Fields |
The ExpandQuerySpecification type exposes the following members.
Name | Description | |
---|---|---|
AnchorType |
Defines how anchor objects are defined in an expand query (single object or object set).
| |
AuthorizationTarget |
Indicates if authorization should be checked against the target object or its folder.
| |
CheckAuthorization |
Defines if authorization should be checked as to filter out unauthorized results.
| |
CheckQualifications |
Defines if qualifications should be checked as to filter out unauthorized results.
| |
Fields |
The fields (result columns) produces by the query.
| |
IsCount |
Defines if the query produces the number of possible results instead of the table of results.
| |
IsDistinct |
Defines if the result rows should be distinct (free of duplicates).
| |
IsPaged |
Defines if a subset of possibl results should be produced (restricted by Offset and MaxResults).
| |
Name |
The query name.
| |
QualificationTarget |
Indicates if qualifications should be checked against the target object or its folder.
| |
SqlConstraints |
The SQL expression constraints.
| |
Steps |
The query steps (relationship type, direction infos).
|