다음을 통해 공유


InMemoryEntityTypeExtensions.GetInMemoryQuery 메서드

정의

오버로드

GetInMemoryQuery(IEntityType)

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

GetInMemoryQuery(IReadOnlyEntityType)

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

GetInMemoryQuery(IEntityType)

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

public static System.Linq.Expressions.LambdaExpression GetInMemoryQuery (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetInMemoryQuery : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> System.Linq.Expressions.LambdaExpression
<Extension()>
Public Function GetInMemoryQuery (entityType As IEntityType) As LambdaExpression

매개 변수

entityType
IEntityType

메모리 내 쿼리를 가져올 엔터티 형식입니다.

반환

기본 원본으로 사용되는 LINQ 쿼리입니다.

적용 대상

GetInMemoryQuery(IReadOnlyEntityType)

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

public static System.Linq.Expressions.LambdaExpression? GetInMemoryQuery (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetInMemoryQuery : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> System.Linq.Expressions.LambdaExpression
<Extension()>
Public Function GetInMemoryQuery (entityType As IReadOnlyEntityType) As LambdaExpression

매개 변수

entityType
IReadOnlyEntityType

메모리 내 쿼리를 가져올 엔터티 형식입니다.

반환

기본 원본으로 사용되는 LINQ 쿼리입니다.

적용 대상