Share via


INavigationExpansionExtensibilityHelper.CreateQueryRoot Method

Definition

Overloads

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Creates a new EntityQueryRootExpression.

CreateQueryRoot(IEntityType, QueryRootExpression)

Creates a new QueryRootExpression.

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

Creates a new 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

Parameters

entityType
IEntityType

Entity type of the new EntityQueryRootExpression.

source
EntityQueryRootExpression

Source expression.

Returns

Applies to

CreateQueryRoot(IEntityType, QueryRootExpression)

Creates a new 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

Parameters

entityType
IEntityType

Entity type of the new QueryRootExpression.

source
QueryRootExpression

Source expression.

Returns

Applies to