DataProvider.Item[] プロパティ

定義

オーバーロード

名前 説明
Item[Int32]

int インデクサー

Item[String]

文字列インデクサー

Item[Int32]

int インデクサー

public object this[int idx] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(idx As Integer) As Object

パラメーター

idx
Int32

プロパティ値

実装

適用対象

Item[String]

文字列インデクサー

public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

パラメーター

name
String

プロパティ値

実装

適用対象