IReadOnlyProperty.GetElementType 方法

定义

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

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

返回

元素的配置。

适用于