- OleDbDataReader - ~OleDbDataReader() 
- Depth 
- FieldCount 
- HasRows 
- IsClosed 
- RecordsAffected 
- this[Int32] 
- this[String] 
- VisibleFieldCount 
- Close() 
- GetBoolean(Int32) 
- GetByte(Int32) 
- GetBytes(Int32, Int64, Byte[], Int32, Int32) 
- GetChar(Int32) 
- GetChars(Int32, Int64, Char[], Int32, Int32) 
- GetData(Int32) 
- GetDataTypeName(Int32) 
- GetDateTime(Int32) 
- GetDbDataReader(Int32) 
- GetDecimal(Int32) 
- GetDouble(Int32) 
- GetEnumerator() 
- GetFieldType(Int32) 
- GetFloat(Int32) 
- GetGuid(Int32) 
- GetInt16(Int32) 
- GetInt32(Int32) 
- GetInt64(Int32) 
- GetName(Int32) 
- GetOrdinal(String) 
- GetSchemaTable() 
- GetString(Int32) 
- GetTimeSpan(Int32) 
- GetValue(Int32) 
- GetValues(Object[]) 
- IsDBNull(Int32) 
- NextResult() 
- Read() 
 
net11
    namespace System.Data.OleDb
{
    [DefaultMember("Item")]
    public sealed class OleDbDataReader : MarshalByRefObject, IEnumerable, IDataReader, IDataRecord, IDisposable
    {
        ~OleDbDataReader();
    }
}
            | .NET Framework | 1.01.1 | 
|---|---|
| Information specific to net11 | |
| Assembly | System.Data , Version=1.0.5000.0, PublicKeyToken=b77a5c561934e089 | 
| Referencing | The API is automatically referenced. | 
| Platform Restrictions | This framework does not have platform annotations. | 
- Built-in API
- Package-provided API