次の方法で共有


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

使用する式プリンター。

適用対象