EntityQueryModelVisitorFactory.ExpressionPrinter Property

Definition

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

protected virtual Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter ExpressionPrinter { get; }
member this.ExpressionPrinter : Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter
Protected Overridable ReadOnly Property ExpressionPrinter As IExpressionPrinter

Property Value

Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter

Applies to