共用方式為


IStoreStoredProcedureResultColumn.FindColumnMapping 方法

定義

傳回指定實體類型的屬性對應。

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

參數

entityType
IReadOnlyEntityType

任何實體類型。

傳回

如果找不到屬性對應,則 null 為 。

適用於