次の方法で共有


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

プロパティ名。

プロパティ値

プロパティの値。

適用対象