Advanced.Data.Provider Documentation

IAdpDataReader.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]
Function GetData( _
   ByVal i As Integer _
) As AdpDataReader
[C#]
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.

See Also

IAdpDataReader Interface | Advanced.Data.Provider Namespace