The CriteriaSpecification type exposes the following members.
Extension Methods
| Name | Description | 
|---|
Fields
| Name | Description | |
|---|---|---|
| AliasToEntityMap |  Each row of results is a IDictionary from alias to entity instance  | |
| DistinctRootEntity |  Each row of results is a distinct instance of the root entity  | |
| FullJoin |  Specifies joining to an entity based on a full join.  | |
| InnerJoin |  Specifies joining to an entity based on an inner join.  | |
| LeftJoin |  Specifies joining to an entity based on a left outer join.  | |
| Projection |  This result transformer is selected implicitly by calling SetProjection(array<IProjection>[]()[][])  | |
| RootAlias |  The alias that refers to the "root" entity of the criteria query.  | |
| RootEntity |  Each row of results is an instance of the root entity  |