The IQueryTranslator type exposes the following members.

Methods

  NameDescription
Compile
Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.
ExecuteUpdate
Perform a bulk update/delete operation given the underlying query defintion.
GetColumnNames
Returns the column names in the generated SQL.
GetEnumerable
GetParameterTranslations
Information about any parameters encountered during translation.
List
Perform a list operation given the underlying query definition.

See Also