DatabaseProviderServices.ExpressionPrinter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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