IStoreStoredProcedureParameter.FindParameterMapping Methode

Definition

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

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

Parameter

entityType
IReadOnlyEntityType

Ein Entitätstyp.

Gibt zurück

Die Eigenschaftszuordnung oder null , falls nicht gefunden.

Gilt für: