Enum Sql.QueryExtensionScope
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
Defines query extension location/scope.
public enum Sql.QueryExtensionScope
- Extension Methods
Fields
IndexHint = 3Extension will be applied to table as index hint.
JoinHint = 4Extension will be applied to join as join hint/extension.
None = 0No scope. Could be used with LinqToDB.SqlQuery.NoneExtensionBuilder builder to skip extension processing by Linq To DB for specific configuration.
QueryHint = 6Extension will be applied to query as query hint.
SubQueryHint = 5Extension will be applied to subquery as subquery hint.
TableHint = 1Extension will be applied to table as table hint.
TableNameHint = 7Extension will be applied to table name (e.g. temporal table modifiers).
TablesInScopeHint = 2Extension will be applied to all tables in current (sub)query as table hint.