Table of Contents

Class CteBuilderImpl

Namespace
LinqToDB.Internal.Linq.Builder
Assembly
linq2db.dll

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
object
CteBuilderImpl
Implements
Extension Methods

Remarks

Extension methods that live under LinqToDB set provider-specific state by casting to IAnnotatableBuilderInternal and calling its members.