RelationalCompositeMethodCallTranslator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
여러 특수 메서드 호출 변환기로 디스패치하는 기본 복합 메서드 호출 변환기입니다.
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) |
지정된 메서드 호출 식을 변환합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Entity Framework