다음을 통해 공유


NavigationExpansionExtensibilityHelper.CreateQueryRoot 메서드

정의

오버로드

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

EntityQueryRootExpression를 만듭니다.

CreateQueryRoot(IEntityType, QueryRootExpression)

QueryRootExpression를 만듭니다.

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Source:
NavigationExpansionExtensibilityHelper.cs
Source:
NavigationExpansionExtensibilityHelper.cs
Source:
NavigationExpansionExtensibilityHelper.cs

EntityQueryRootExpression를 만듭니다.

public virtual 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
override this.CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Overridable Function CreateQueryRoot (entityType As IEntityType, source As EntityQueryRootExpression) As EntityQueryRootExpression

매개 변수

entityType
IEntityType

EntityQueryRootExpression의 엔터티 형식입니다.

source
EntityQueryRootExpression

원본 식입니다.

반환

구현

적용 대상

CreateQueryRoot(IEntityType, QueryRootExpression)

Source:
NavigationExpansionExtensibilityHelper.cs

QueryRootExpression를 만듭니다.

public virtual 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
override this.CreateQueryRoot : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Query.QueryRootExpression -> Microsoft.EntityFrameworkCore.Query.QueryRootExpression
Public Overridable Function CreateQueryRoot (entityType As IEntityType, source As QueryRootExpression) As QueryRootExpression

매개 변수

entityType
IEntityType

QueryRootExpression의 엔터티 형식입니다.

source
QueryRootExpression

원본 식입니다.

반환

구현

적용 대상