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.)

See Also