OdbcDataReader
~OdbcDataReader()
Depth
FieldCount
HasRows
IsClosed
RecordsAffected
this[Int32]
this[String]
Close()
Dispose(Boolean)
GetBoolean(Int32)
GetByte(Int32)
GetBytes(Int32, Int64, Byte[], Int32, Int32)
GetChar(Int32)
GetChars(Int32, Int64, Char[], Int32, Int32)
GetData(Int32)
GetDataTypeName(Int32)
GetDate(Int32)
GetDateTime(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)
GetTime(Int32)
GetValue(Int32)
GetValues(Object[])
IsDBNull(Int32)
NextResult()
Read()
net11
namespace System.Data.Odbc
{
[DefaultMember("Item")]
public sealed class OdbcDataReader : MarshalByRefObject, IEnumerable, IDataReader, IDataRecord, IDisposable
{
~OdbcDataReader();
}
}
.NET Framework | 1.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