BusinessLogicDataReader.Item[] Property

Definition

Overloads

Item[Int32]
Item[String]

Item[Int32]

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

Parameters

i
Int32

Property Value

Implements

Applies to

Item[String]

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

Parameters

name
String

Property Value

Implements

Applies to