ScaffoldingModelExtensions.GetDbSetName(IReadOnlyEntityType) 方法

定义

获取应用于 DbSet<TEntity> 此实体类型的 类上的 DbContext 属性的名称。

public static string GetDbSetName (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
static member GetDbSetName : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> string
<Extension()>
Public Function GetDbSetName (entityType As IReadOnlyEntityType) As String

参数

entityType
IReadOnlyEntityType

实体类型。

返回

属性名称。

适用于