Table of Contents

Interface IPrintableExpression

Namespace
Microsoft.EntityFrameworkCore.Query
Assembly
Microsoft.EntityFrameworkCore.dll

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

Remarks

Methods

Print(ExpressionPrinter)

Creates a printable string representation of the given expression using ExpressionPrinter.

void Print(ExpressionPrinter expressionPrinter)

Parameters

expressionPrinter ExpressionPrinter

The expression printer to use.