共用方式為


IViewColumn.FindColumnMapping(IReadOnlyEntityType) 方法

定義

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

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

參數

entityType
IReadOnlyEntityType

任何實體類型。

傳回

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

適用於