IConventionProperty.GetElementType 方法

定义

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

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

返回

元素的配置。

适用于