다음을 통해 공유


INavigationExpansionExtensibilityHelper.CreateQueryRoot 메서드

정의

오버로드

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

EntityQueryRootExpression를 만듭니다.

CreateQueryRoot(IEntityType, QueryRootExpression)

QueryRootExpression를 만듭니다.

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

EntityQueryRootExpression를 만듭니다.

public Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression CreateQueryRoot (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression? source);
abstract member CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Function CreateQueryRoot (entityType As IEntityType, source As EntityQueryRootExpression) As EntityQueryRootExpression

매개 변수

entityType
IEntityType

EntityQueryRootExpression의 엔터티 형식입니다.

source
EntityQueryRootExpression

원본 식입니다.

반환

적용 대상

CreateQueryRoot(IEntityType, QueryRootExpression)

QueryRootExpression를 만듭니다.

public Microsoft.EntityFrameworkCore.Query.QueryRootExpression CreateQueryRoot (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Query.QueryRootExpression? source);
abstract member CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.QueryRootExpression -> Microsoft.EntityFrameworkCore.Query.QueryRootExpression
Public Function CreateQueryRoot (entityType As IEntityType, source As QueryRootExpression) As QueryRootExpression

매개 변수

entityType
IEntityType

QueryRootExpression의 엔터티 형식입니다.

source
QueryRootExpression

원본 식입니다.

반환

적용 대상