次の方法で共有


NavigationExpansionExtensibilityHelper.CreateQueryRoot メソッド

定義

オーバーロード

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

新しい EntityQueryRootExpression を作成します。

CreateQueryRoot(IEntityType, QueryRootExpression)

新しい QueryRootExpression を作成します。

CreateQueryRoot(IEntityType, EntityQueryRootExpression)

新しい 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)

新しい 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

ソース式。

戻り値

実装

適用対象