次の方法で共有


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 見つからない場合は 。

適用対象