共用方式為


DbPropertyValues.Item[String] 屬性

定義

取得或設定已指定屬性名稱的屬性值。 此值可能是這個類別的巢狀執行個體。

public object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

參數

propertyName
String

屬性名稱。

屬性值

屬性的值。

適用於