Partager via


IStoreStoredProcedureResultColumn.FindColumnMapping Méthode

Définition

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

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

Paramètres

entityType
IReadOnlyEntityType

Type d'entité.

Retours

Mappage de propriétés ou null si introuvable.

S’applique à