다음을 통해 공유


RelationalCompositeMethodCallTranslator 클래스

정의

여러 특수 메서드 호출 변환기로 디스패치하는 기본 복합 메서드 호출 변환기입니다.

public abstract class RelationalCompositeMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.IMethodCallTranslator
public abstract class RelationalCompositeMethodCallTranslator : Microsoft.EntityFrameworkCore.Query.ExpressionTranslators.ICompositeMethodCallTranslator
type RelationalCompositeMethodCallTranslator = class
    interface IMethodCallTranslator
type RelationalCompositeMethodCallTranslator = class
    interface ICompositeMethodCallTranslator
Public MustInherit Class RelationalCompositeMethodCallTranslator
Implements IMethodCallTranslator
Public MustInherit Class RelationalCompositeMethodCallTranslator
Implements ICompositeMethodCallTranslator
상속
RelationalCompositeMethodCallTranslator
구현

생성자

RelationalCompositeMethodCallTranslator(ILogger)

파생 클래스에서만 사용할 수 있는 특수 생성자입니다.

RelationalCompositeMethodCallTranslator(RelationalCompositeMethodCallTranslatorDependencies)

이 클래스의 새 instance 초기화합니다.

속성

Dependencies

서비스 종속성을 포함하는 매개 변수 개체입니다.

메서드

AddTranslators(IEnumerable<IMethodCallTranslator>)

디스패치 목록에 추가 번역기를 추가합니다.

Translate(MethodCallExpression, IModel)

지정된 메서드 호출 식을 변환합니다.

Translate(MethodCallExpression)

지정된 메서드 호출 식을 변환합니다.

적용 대상