次の方法で共有


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

適用対象