Condividi tramite


RelationalTypeBaseExtensions.GetTableMappings(ITypeBase) Metodo

Definizione

Restituisce le tabelle a cui viene eseguito il mapping del tipo.

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ITableMapping> GetTableMappings (this Microsoft.EntityFrameworkCore.Metadata.ITypeBase typeBase);
static member GetTableMappings : Microsoft.EntityFrameworkCore.Metadata.ITypeBase -> seq<Microsoft.EntityFrameworkCore.Metadata.ITableMapping>
<Extension()>
Public Function GetTableMappings (typeBase As ITypeBase) As IEnumerable(Of ITableMapping)

Parametri

typeBase
ITypeBase

Tipo per cui ottenere i mapping di tabella.

Restituisce

Tabelle a cui viene eseguito il mapping del tipo.

Si applica a