CSV Reports
GetData Method (CsvDataReader)



KellermanSoftware.CsvReports Namespace > CsvDataReader Class : GetData Method
The index of the field to find.
Returns an System.Data.IDataReader for the specified column ordinal.
Syntax
Public Function GetData( _
   ByVal i As Integer _
) As IDataReader
Dim instance As CsvDataReader
Dim i As Integer
Dim value As IDataReader
 
value = instance.GetData(i)
public IDataReader GetData( 
   int i
)
public:
IDataReader^ GetData( 
   int i
) 

Parameters

i
The index of the field to find.

Return Value

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvDataReader Class
CsvDataReader Members