The LightSpeedQueryOperators type exposes the following members.

Methods

  NameDescription
IncludeDeleted<(Of <(T>)>)
Specifies that soft-deleted entities should be included in a query.
WithAggregate<(Of <(T>)>)
Associates a named aggregate with a query.
WithIndexHint<(Of <(T>)>)
Associates database-specific index hints with a query.
WithProviderOptions<(Of <(T>)>)
Associates database-specific options with a query.
WithTableHint<(Of <(T>)>)
Associates database-specific table hints with a query.

See Also