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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework