Aurelius.Criteria.Base Namespace
Classes
| Name | Description |
|---|---|
| TCriteria | Represents a criteria query for retrieving entities or projected values from the database. |
| TCriteriaResult | Represents a single row of results returned by a projected criteria query. |
| TCustomCriterion | Abstract base class for all criterion (restriction) types used in criteria queries. |
| TProjection | Abstract base class for all projection types used in criteria queries. |
Interfaces
| Name | Description |
|---|---|
| ICriteriaCursor | Represents a forward-only cursor for iterating over the results of a criteria query. |
Enumerations
| Name | Description |
|---|---|
| TFetchMode | Specifies how associated objects are loaded when a criteria query is executed. |