DatabaseProviderServices.ExpressionPrinter Property

Definition

Gets the Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter for the database provider. By default, EF will register a default implementation (Microsoft.EntityFrameworkCore.Query.Internal.ExpressionPrinter) which provides basic functionality but can be overridden if needed.

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

Property Value

Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter

Implements

Applies to