IReadOnlyProperty.GetElementType メソッド

定義

このプロパティで表されるプリミティブ コレクションの要素の構成を取得します。

public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType? GetElementType ();
abstract member GetElementType : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType
Public Function GetElementType () As IReadOnlyElementType

戻り値

要素の構成。

適用対象