TableExpressionBase.PrintAnnotations(ExpressionPrinter) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 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
要使用的表达式打印机。