共用方式為


ISqlQueryColumn.FindColumnMapping(IReadOnlyEntityType) 方法

定義

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

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

參數

entityType
IReadOnlyEntityType

任何實體類型。

傳回

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

適用於