IMutableProperty.GetElementType 方法

定義

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

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

傳回

專案的組態。

適用於