IPrintableExpression Interface

Definition

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.

C#
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

Toode Versioonid
Entity Framework Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0