BusinessLogicDataReader.Item[] 属性

定义

重载

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

参数

i
Int32

属性值

实现

适用于

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

参数

name
String

属性值

实现

适用于