TableExpressionBase.PrintAnnotations(ExpressionPrinter) 方法

定义

使用 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)

参数

expressionPrinter
ExpressionPrinter

要使用的表达式打印机。

适用于