Class CteBuilderImpl
Default implementation of ICteBuilder used during expression translation. Captures configuration chosen by the user so it can be copied onto the emitted CteClause.
public sealed class CteBuilderImpl : ICteBuilder, IAnnotatableBuilderInternal
- Inheritance
-
objectCteBuilderImpl
- Implements
- Extension Methods
Remarks
Extension methods that live under LinqToDB set provider-specific state by casting to
IAnnotatableBuilderInternal and calling its members.