Sdílet prostřednictvím


IViewColumn.FindColumnMapping(IReadOnlyEntityType) Metoda

Definice

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

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

Parametry

entityType
IReadOnlyEntityType

Typ entity.

Návraty

Mapování vlastnosti nebo null pokud není nalezeno.

Platí pro