An implementation of IDataReader that will work with either an
IDataReader returned by Execute or with an IDataReader
whose contents have been read into a NDataReader.
The following tables list the members exposed by the NHybridDataReader type.
Public Methods
| Name | Description | |
|---|---|---|
| Close | ||
| Dispose | Overloaded. | |
| GetBoolean | ||
| GetByte | ||
| GetBytes | ||
| GetChar | ||
| GetChars | ||
| GetData | ||
| GetDataTypeName | ||
| GetDateTime | ||
| GetDecimal | ||
| GetDouble | ||
| GetFieldType | ||
| GetFloat | ||
| GetGuid | ||
| GetInt16 | ||
| GetInt32 | ||
| GetInt64 | ||
| GetName | ||
| GetOrdinal | ||
| GetSchemaTable | ||
| GetString | ||
| GetValue | ||
| GetValues | ||
| IsDBNull | ||
| NextResult | ||
| Read | ||
| ReadIntoMemory |
Reads all of the contents into memory because another IDataReader
needs to be opened.
|
Protected Methods
| Name | Description | |
|---|---|---|
| Finalize |
Finalizer that ensures the object is correctly disposed of.
(Overrides .Finalize().) |
Public Constructors
| Name | Description | |
|---|---|---|
| NHybridDataReaderNew | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| Depth | ||
| FieldCount | ||
| IsClosed | ||
| IsMidstream |
Gets if the object is in the middle of reading a Result.
| |
| Item | ||
| RecordsAffected |