The ICriteriaQuery type exposes the following members.

Methods

  NameDescription
Public methodCreateSkipParameter
Public methodCreateTakeParameter
Public methodGenerateSQLAlias
Public methodGetColumn
Get the name of the column mapped by a property path, ignoring projection alias
Public methodGetColumnAliasesUsingProjection
Public methodGetColumns
Get the names of the columns mapped by a property path, ignoring projection aliases
Public methodGetColumnsUsingProjection
Get the names of the columns mapped by a property path
Public methodGetEntityName(ICriteria)
Get the entity name of an entity
Public methodGetEntityName(ICriteria, String)
Get the entity name of an entity, taking into account the qualifier of the property path
Public methodGetIdentifierColumns
Get the identifier column names of this entity
Public methodGetIdentifierType
Get the identifier type of this entity
Public methodGetIndexForAlias
Public methodGetPropertyName
Get the property name, given a possibly qualified property name
Public methodGetSQLAlias(ICriteria)
Get the root table alias of an entity
Public methodGetSQLAlias(ICriteria, String)
Get the root table alias of an entity, taking into account the qualifier of the property path
Public methodGetType
Get the type of a property path, ignoring projection aliases
Public methodGetTypedIdentifierValue
Public methodGetTypedValue
Get the a typed value for the given property value.
Public methodGetTypeUsingProjection
Get the type of a property path
Public methodNewQueryParameter
Create a new query parameter to use in a ICriterion

Properties

See Also