The IQuery type exposes the following members.

Properties

  NameDescription
Public propertyIsReadOnly
Will entities (and proxies) returned by the query be loaded in read-only mode?
Public propertyNamedParameters
The names of all named parameters of the query
Public propertyQueryString
The query string
Public propertyReturnAliases
Return the HQL select clause aliases (if any)
Public propertyReturnTypes
The NHibernate types of the query result set.

See Also