FindQuerySpecification Class |
Namespace: PDTec.IceNet.Core.Database.Query
public abstract class FindQuerySpecification : IQuerySpecificationImpl, IQuerySpecification
The FindQuerySpecification type exposes the following members.
Name | Description | |
---|---|---|
![]() | FindQuerySpecification | Initializes a new instance of the FindQuerySpecification class |
Name | Description | |
---|---|---|
![]() | Compile |
Compiles the Query.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetParameters |
Retrieves a matching parameter structure for the query.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | 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.
|
![]() | Constraints |
The query constraints.
|
![]() | 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).
|
![]() | IsExactType |
Indicates if subtypes are excluded. Only valid if ObjTypeName is set.
|
![]() | IsPaged |
Defines if a subset of possibl results should be produced (restricted by Offset and MaxResults).
|
![]() | Name |
The query name.
|
![]() | ObjTypeName |
The object type to search for. Subtypes qualify, too, if IsExactType is false.
If ObjTypeName is empty, the object type is variable (to be provided by parameters).
|
![]() | QualificationTarget |
Indicates if qualifications should be checked against the target object or its folder.
|
![]() | Range |
The query range (where the target objects are searched).
|
![]() | SqlConstraints |
The SQL expression constraints.
|