AdoDotNetReader.GetItem Method

Definition

Overloads

GetItem(Int32)

Retrieves an object instance representing the retrievable item, as determined by an index in the current block of data.

GetItem(String)

Retrieves an object instance representing the retrievable item as specified by name.

GetItem(Int32)

Retrieves an object instance representing the retrievable item, as determined by an index in the current block of data.

C++
public:
 override System::Object ^ GetItem(int index);

Parameters

index
Int32

Index in the current block of the data item at which to retrieve the item.

Returns

An object representing the item at the specified index.

Applies to

Visual Studio SDK 2022 i druge verzije
Proizvod Verzije
Visual Studio SDK 2017, 2019, 2022

GetItem(String)

Retrieves an object instance representing the retrievable item as specified by name.

C++
public:
 override System::Object ^ GetItem(System::String ^ name);

Parameters

name
String

The name of the data item in the current block to retrieve.

Returns

An object specified by name.

Applies to

Visual Studio SDK 2022 i druge verzije
Proizvod Verzije
Visual Studio SDK 2017, 2019, 2022