The IFilterTranslator type exposes the following members.

Properties

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

See Also