Overload List

  NameDescription
Protected methodCompile()()()()
Compile the query (generate the SQL).
Protected methodCompile(QueryTranslator)
Compile a subquery
Public methodCompile(IDictionary<(Of <<'(String, String>)>>), Boolean)
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
Public methodCompile(String, IDictionary<(Of <<'(String, String>)>>), Boolean)
Compile a filter. This method may be called multiple times. Subsequent invocations are no-ops.

See Also