IReadOnlyProperty.GetElementType 方法

定義

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

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

傳回

專案的組態。

適用於