共用方式為


DatabaseProviderServices.ExpressionPrinter 屬性

定義

Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter取得資料庫提供者的 。 根據預設,EF 會註冊預設實作 (Microsoft.EntityFrameworkCore.Query.Internal.ExpressionPrinter) ,以提供基本功能,但如有需要可覆寫。

public virtual Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter ExpressionPrinter { get; }
member this.ExpressionPrinter : Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter
Public Overridable ReadOnly Property ExpressionPrinter As IExpressionPrinter

屬性值

Microsoft.EntityFrameworkCore.Query.Internal.IExpressionPrinter

實作

適用於