IProperty.GetElementType 方法

定義

取得此屬性所表示之基本集合之專案的組態。

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

傳回

專案的組態。

適用於