Sdílet prostřednictvím


IColumnBase.FindColumnMapping(IReadOnlyEntityType) Metoda

Definice

Vrátí mapování vlastností pro daný typ entity.

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Mapování vlastnosti, nebo null pokud nebyla nalezena.

Platí pro