Udostępnij za pośrednictwem


IColumn.FindColumnMapping(IReadOnlyEntityType) Metoda

Definicja

Zwraca mapowanie właściwości dla danego typu jednostki.

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

Parametry

entityType
IReadOnlyEntityType

Typ jednostki.

Zwraca

Mapowanie właściwości lub null jeśli nie zostanie znalezione.

Dotyczy