IProperty.GetElementType 方法

定义

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

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

返回

元素的配置。

适用于