Compartir a través de


ScaffoldingModelExtensions.GetDbSetName(IReadOnlyEntityType) Método

Definición

Obtiene el nombre que se debe usar para la DbSet<TEntity> propiedad de la DbContext clase para este tipo de entidad.

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

Parámetros

entityType
IReadOnlyEntityType

El tipo de entidad.

Devoluciones

Nombre de la propiedad.

Se aplica a