次の方法で共有


EntityQueryRootExpression コンストラクター

定義

オーバーロード

EntityQueryRootExpression(IEntityType)

クエリ プロバイダーを使用せずに、 クラスの EntityQueryRootExpression 新しいインスタンスを作成します。

EntityQueryRootExpression(IAsyncQueryProvider, IEntityType)

関連付けられたクエリ プロバイダーを使用して、 クラスの EntityQueryRootExpression 新しいインスタンスを作成します。

EntityQueryRootExpression(IEntityType)

クエリ プロバイダーを使用せずに、 クラスの EntityQueryRootExpression 新しいインスタンスを作成します。

public EntityQueryRootExpression (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Sub New (entityType As IEntityType)

パラメーター

entityType
IEntityType

このクエリ ルートが表すエンティティ型。

適用対象

EntityQueryRootExpression(IAsyncQueryProvider, IEntityType)

関連付けられたクエリ プロバイダーを使用して、 クラスの EntityQueryRootExpression 新しいインスタンスを作成します。

public EntityQueryRootExpression (Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider asyncQueryProvider, Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
new Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression : Microsoft.EntityFrameworkCore.Query.IAsyncQueryProvider * Microsoft.EntityFrameworkCore.Metadata.IEntityType -> Microsoft.EntityFrameworkCore.Query.EntityQueryRootExpression
Public Sub New (asyncQueryProvider As IAsyncQueryProvider, entityType As IEntityType)

パラメーター

asyncQueryProvider
IAsyncQueryProvider

このクエリ ルートに関連付けられているクエリ プロバイダー。

entityType
IEntityType

このクエリ ルートが表すエンティティ型。

適用対象