The IFilterTranslator type exposes the following members.

Methods

  NameDescription
Public methodBuildParameterMetadata (Inherited from IQueryTranslator.)
Public methodCompile(IDictionary<(Of <<'(String, String>)>>), Boolean)
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
(Inherited from IQueryTranslator.)
Public methodCompile(String, IDictionary<(Of <<'(String, String>)>>), Boolean)
Compile a filter. This method may be called multiple times. Subsequent invocations are no-ops.
Public methodExecuteUpdate
Perform a bulk update/delete operation given the underlying query defintion.
(Inherited from IQueryTranslator.)
Public methodGetColumnNames
Returns the column names in the generated SQL.
(Inherited from IQueryTranslator.)
Public methodGetEnumerable (Inherited from IQueryTranslator.)
Public methodList
Perform a list operation given the underlying query definition.
(Inherited from IQueryTranslator.)

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