The ISQLQuery type exposes the following members.

Properties

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

See Also