共用方式為


IColumn.FindColumnMapping(IReadOnlyEntityType) 方法

定義

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

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

參數

entityType
IReadOnlyEntityType

任何實體類型。

傳回

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

適用於