The CriteriaSpecification type exposes the following members.

Extension Methods

  NameDescription

Fields

  NameDescription
Public fieldStatic memberAliasToEntityMap
Each row of results is a IDictionary from alias to entity instance
Public fieldStatic memberDistinctRootEntity
Each row of results is a distinct instance of the root entity
Public fieldStatic memberFullJoin
Specifies joining to an entity based on a full join.
Public fieldStatic memberInnerJoin
Specifies joining to an entity based on an inner join.
Public fieldStatic memberLeftJoin
Specifies joining to an entity based on a left outer join.
Public fieldStatic memberProjection
This result transformer is selected implicitly by calling SetProjection(array<IProjection>[]()[][])
Public fieldStatic memberRootAlias
The alias that refers to the "root" entity of the criteria query.
Public fieldStatic memberRootEntity
Each row of results is an instance of the root entity

See Also