다음을 통해 공유


InMemoryEntityTypeExtensions 클래스

정의

메모리 내 공급자에 대한 IReadOnlyEntityType 확장 메서드입니다.

public static class InMemoryEntityTypeExtensions
type InMemoryEntityTypeExtensions = class
Public Module InMemoryEntityTypeExtensions
상속
InMemoryEntityTypeExtensions

설명

자세한 내용과 예제는 엔터티 형식 및 관계 모델링EF Core 메모리 내 데이터베이스 공급자 를 참조하세요.

메서드

GetDefiningQueryConfigurationSource(IConventionEntityType)

에 대한 구성 원본을 반환합니다 GetInMemoryQuery(IReadOnlyEntityType).

GetInMemoryQuery(IEntityType)

이 형식의 쿼리에 대한 기본 원본으로 사용되는 LINQ 쿼리를 가져옵니다.

GetInMemoryQuery(IReadOnlyEntityType)

이 형식의 쿼리에 대한 기본 원본으로 사용되는 LINQ 쿼리를 가져옵니다.

SetInMemoryQuery(IConventionEntityType, LambdaExpression, Boolean)

이 형식의 쿼리에 대한 기본 원본으로 사용되는 LINQ 쿼리를 설정합니다.

SetInMemoryQuery(IMutableEntityType, LambdaExpression)

이 형식의 쿼리에 대한 기본 원본으로 사용되는 LINQ 쿼리를 설정합니다.

적용 대상