Condividi tramite


RelationalEntityTypeExtensions.GetDefaultMappings(IEntityType) Metodo

Definizione

Restituisce i mapping predefiniti utilizzati dal tipo di entità.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableMappingBase> GetDefaultMappings (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType);
static member GetDefaultMappings : Microsoft.EntityFrameworkCore.Metadata.IEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.ITableMappingBase>
<Extension()>
Public Function GetDefaultMappings (entityType As IEntityType) As IEnumerable(Of ITableMappingBase)

Parametri

entityType
IEntityType

Tipo di entità per cui ottenere i mapping della tabella.

Restituisce

Tabelle a cui viene eseguito il mapping del tipo di entità.

Si applica a