Specialized interface for filters.
The following tables list the members exposed by the IFilterTranslator type.
Public Methods
| Name | Description | |
|---|---|---|
| Compile | Overloaded. | |
| Compile |
Compile a filter. This method may be called multiple
times. Subsequent invocations are no-ops.
| |
| Compile |
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
(Inherited from IQueryTranslator.) | |
| ExecuteUpdate |
Perform a bulk update/delete operation given the underlying query defintion.
(Inherited from IQueryTranslator.) | |
| GetColumnNames |
Returns the column names in the generated SQL.
(Inherited from IQueryTranslator.) | |
| GetEnumerable | (Inherited from IQueryTranslator.) | |
| GetParameterTranslations |
Information about any parameters encountered during translation.
(Inherited from IQueryTranslator.) | |
| List |
Perform a list operation given the underlying query definition.
(Inherited from IQueryTranslator.) |
Public Properties
| Name | Description | |
|---|---|---|
| CollectSqlStrings | (Inherited from IQueryTranslator.) | |
| ContainsCollectionFetches |
Does the translated query contain collection fetches?
(Inherited from IQueryTranslator.) | |
| EnabledFilters |
Returns the filters enabled for this query translator.
(Inherited from IQueryTranslator.) | |
| IsManipulationStatement | (Inherited from IQueryTranslator.) | |
| QuerySpaces |
The set of query spaces (table names) that the query referrs to.
(Inherited from IQueryTranslator.) | |
| QueryString |
The HQL string processed by the translator.
(Inherited from IQueryTranslator.) | |
| ReturnAliases |
Returns an array of HQL aliases
(Inherited from IQueryTranslator.) | |
| ReturnTypes |
Returns an array of Types represented in the query result.
(Inherited from IQueryTranslator.) | |
| SQLString |
The SQL string generated by the translator.
(Inherited from IQueryTranslator.) |