Aracılığıyla paylaş


IStoreStoredProcedureParameter.FindParameterMapping Yöntem

Tanım

Verilen varlık türü için özellik eşlemesini döndürür.

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

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

Döndürülenler

Özellik eşlemesi veya null bulunamaz.

Şunlara uygulanır