Condividi tramite


IColumnBase.FindColumnMapping(IReadOnlyEntityType) Metodo

Definizione

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

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

Parametri

entityType
IReadOnlyEntityType

Tipo di entità.

Restituisce

Mapping delle proprietà o null se non trovato.

Si applica a