| IDbReader Interface |
Namespace: Adf.Db
The IDbReader type exposes the following members.
| Name | Description | |
|---|---|---|
| Get(String) |
get value
| |
| GetT(String) |
get value
| |
| GetAsBoolean |
Get To Boolean
| |
| GetAsByte |
Get To Byte
| |
| GetAsDateTime |
Get To DateTime
| |
| GetAsDecimail |
Get To Decimal
| |
| GetAsDouble |
Get To Double
| |
| GetAsInt16 |
Get To Int16
| |
| GetAsInt32 |
Get To Int32
| |
| GetAsInt64 |
Get To Int64
| |
| GetAsSByte |
Get To SByte
| |
| GetAsString |
Get To String
| |
| GetAsUInt16 |
Get To Uint16
| |
| GetAsUInt32 |
Get To Uint32
| |
| GetAsUInt64 |
Get To Uint64
|