QueryExpressionEventData.ExpressionPrinter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ExpressionPrinter that can be used to render the Expression.
public virtual Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter ExpressionPrinter { get; }
public virtual Microsoft.EntityFrameworkCore.Query.ExpressionPrinter ExpressionPrinter { get; }
member this.ExpressionPrinter : Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter
member this.ExpressionPrinter : Microsoft.EntityFrameworkCore.Query.ExpressionPrinter
Public Overridable ReadOnly Property ExpressionPrinter As IExpressionPrinter
Public Overridable ReadOnly Property ExpressionPrinter As ExpressionPrinter
Property Value
Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter