RuntimeProperty.IReadOnlyProperty.GetElementType 方法

定义

获取由此属性表示的基元集合的元素的配置。

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
Function GetElementType () As IReadOnlyElementType Implements IReadOnlyProperty.GetElementType

返回

元素的配置。

实现

适用于