Partager via


IColumn.FindColumnMapping(IReadOnlyEntityType) Méthode

Définition

Retourne le mappage de propriété pour le type d’entité donné.

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

Mappage de propriété ou null s’il est introuvable.

S’applique à