Bagikan melalui


EntityQueryRootExpression Konstruktor

Definisi

Overload

EntityQueryRootExpression(IEntityType)

Membuat instans EntityQueryRootExpression baru kelas tanpa penyedia kueri apa pun.

EntityQueryRootExpression(IAsyncQueryProvider, IEntityType)

Membuat instans EntityQueryRootExpression baru kelas dengan penyedia kueri terkait.

EntityQueryRootExpression(IEntityType)

Membuat instans EntityQueryRootExpression baru kelas tanpa penyedia kueri apa pun.

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)

Parameter

entityType
IEntityType

Jenis entitas yang diwakili akar kueri ini.

Berlaku untuk

EntityQueryRootExpression(IAsyncQueryProvider, IEntityType)

Membuat instans EntityQueryRootExpression baru kelas dengan penyedia kueri terkait.

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)

Parameter

asyncQueryProvider
IAsyncQueryProvider

Penyedia kueri yang terkait dengan akar kueri ini.

entityType
IEntityType

Jenis entitas yang diwakili akar kueri ini.

Berlaku untuk