Aracılığıyla paylaş


IStoreStoredProcedureResultColumn.FindColumnMapping Yöntem

Tanım

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

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

Parametreler

entityType
IReadOnlyEntityType

Varlık türü.

Döndürülenler

Özellik eşlemesi veya null bulunamaz.

Şunlara uygulanır