Share via


EntityQueryModelVisitorDependencies.ExpressionPrinter Property

Definition

Gets the Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter to be used when processing a query.

public Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter ExpressionPrinter { get; }
member this.ExpressionPrinter : Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter
Public ReadOnly Property ExpressionPrinter As IExpressionPrinter

Property Value

Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter

Applies to