OleDbDataReader::GetData Method (Int32)
.NET Framework (current version)
Returns an OleDbDataReader object for the requested column ordinal.
Assembly: System.Data (in System.Data.dll)
Parameters
- ordinal
-
Type:
System::Int32
The zero-based column ordinal.
The Fill will call GetData if the provider returns a IDataReader that has a column that supports IDataReader.
.NET Framework
Available since 1.1
Available since 1.1
OleDbDataReader Class
System.Data.OleDb Namespace
Working with DataReaders
Show: