次の方法で共有


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

ソース式。

戻り値

適用対象