Share via


TableExpressionBase.PrintAnnotations(ExpressionPrinter) Method

Definition

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

protected virtual void PrintAnnotations (Microsoft.EntityFrameworkCore.Query.ExpressionPrinter expressionPrinter);
abstract member PrintAnnotations : Microsoft.EntityFrameworkCore.Query.ExpressionPrinter -> unit
override this.PrintAnnotations : Microsoft.EntityFrameworkCore.Query.ExpressionPrinter -> unit
Protected Overridable Sub PrintAnnotations (expressionPrinter As ExpressionPrinter)

Parameters

expressionPrinter
ExpressionPrinter

The expression printer to use.

Applies to