Partager via


ISqlQueryColumn.FindColumnMapping(IReadOnlyEntityType) Méthode

Définition

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

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

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

S’applique à