共用方式為


IColumnBase.FindColumnMapping(IReadOnlyEntityType) 方法

定義

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

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

參數

entityType
IReadOnlyEntityType

任何實體類型。

傳回

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

適用於