IPrintableExpression Interface
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 interface that allows printing via ExpressionPrinter.
This interface is typically used by database providers (and other extensions). It is generally not used in application code.
public interface IPrintableExpression
type IPrintableExpression = interface
Public Interface IPrintableExpression
- Derived
Remarks
See Implementation of database providers and extensions and How EF Core queries work for more information and examples.
Methods
Print(ExpressionPrinter) |
Creates a printable string representation of the given expression using ExpressionPrinter. |
Applies to
Entity Framework