The IQueryTranslator type exposes the following members.

Properties

  NameDescription
Public propertyActualReturnTypes
Public propertyCollectSqlStrings
Public propertyContainsCollectionFetches
Does the translated query contain collection fetches?
Public propertyEnabledFilters
Returns the filters enabled for this query translator.
Public propertyIsManipulationStatement
Public propertyLoader
Public propertyQuerySpaces
The set of query spaces (table names) that the query referrs to.
Public propertyQueryString
The HQL string processed by the translator.
Public propertyReturnAliases
Returns an array of HQL aliases
Public propertyReturnTypes
Returns an array of Types represented in the query result.
Public propertySQLString
The SQL string generated by the translator.

See Also