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

实现

适用于