EntityQueryRootExpression コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
このクエリ ルートが表すエンティティ型。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework