The ISQLQuery type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | IsReadOnly |
Will entities (and proxies) returned by the query be loaded in read-only mode?
(Inherited from IQuery.) |
![]() | NamedParameters |
The names of all named parameters of the query
(Inherited from IQuery.) |
![]() | QueryString |
The query string
(Inherited from IQuery.) |
![]() | ReturnAliases | Return the HQL select clause aliases (if any) (Inherited from IQuery.) |
![]() | ReturnTypes |
The NHibernate types of the query result set.
(Inherited from IQuery.) |