IConventionProperty.IReadOnlyProperty.GetElementType メソッド

定義

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

override sealed Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType? IReadOnlyProperty.GetElementType ();
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetElementType : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty.GetElementType : unit -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyElementType
 Overrides NotOverridable Function GetElementType () As IReadOnlyElementType Implements IReadOnlyProperty.GetElementType

戻り値

要素の構成。

実装

適用対象