Advanced.Data.Provider Documentation

AdpDataReader.GetData Method 

[This is preliminary documentation and subject to change.]

Gets an AdpDataReader to be used when the field points to more remote structured data.

[Visual Basic]
NotOverridable Public Function GetData( _
   ByVal i As Integer _
) As AdpDataReader Implements _
   IAdpDataReader.GetData
[C#]
public AdpDataReader GetData(
   int i
);

Parameters

i
The index of the field to find.

Return Value

An AdpDataReader to be used when the field points to more remote structured data.

Implements

IAdpDataReader.GetData

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace