Freigeben über


IStoreStoredProcedureResultColumn.FindColumnMapping Methode

Definition

Gibt die Eigenschaftszuordnung für den angegebenen Entitätstyp zurück.

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

Parameter

entityType
IReadOnlyEntityType

Ein Entitätstyp.

Gibt zurück

Die Eigenschaftszuordnung oder null , falls nicht gefunden.

Gilt für: