The IFilterTranslator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BuildParameterMetadata | (Inherited from IQueryTranslator.) |
![]() | Compile(IDictionary<(Of <<'(String, String>)>>), Boolean) |
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
(Inherited from IQueryTranslator.) |
![]() | Compile(String, IDictionary<(Of <<'(String, String>)>>), Boolean) |
Compile a filter. This method may be called multiple
times. Subsequent invocations are no-ops.
|
![]() | 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.) |
![]() | List |
Perform a list operation given the underlying query definition.
(Inherited from IQueryTranslator.) |