Condividi tramite


IColumn.FindColumnMapping(IReadOnlyEntityType) Metodo

Definizione

Restituisce il mapping delle proprietà per il tipo di entità specificato.

public virtual Microsoft.EntityFrameworkCore.Metadata.IColumnMapping? FindColumnMapping (Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType entityType);
abstract member FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IColumnMapping
override this.FindColumnMapping : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType -> Microsoft.EntityFrameworkCore.Metadata.IColumnMapping
Public Overridable Function FindColumnMapping (entityType As IReadOnlyEntityType) As IColumnMapping

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Mapping delle proprietà o null se non trovato.

Si applica a