Partager via


IViewColumn.FindColumnMapping(IReadOnlyEntityType) Méthode

Définition

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

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

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

S’applique à