共用方式為


RuntimeProperty.GetElementType 方法

定義

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

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

傳回

專案的組態。

實作

適用於