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

구현

적용 대상