|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Close () |
| DataTable? | GetSchemaTable () |
| bool | NextResult () |
| bool | Read () |
| void | Dispose () |
| string | GetName (int i) |
| string | GetDataTypeName (int i) |
| Type | GetFieldType (int i) |
| object | GetValue (int i) |
| int | GetValues (object[] values) |
| int | GetOrdinal (string name) |
| bool | GetBoolean (int i) |
| byte | GetByte (int i) |
| long | GetBytes (int i, long fieldOffset, byte[]? buffer, int bufferoffset, int length) |
| char | GetChar (int i) |
| long | GetChars (int i, long fieldoffset, char[]? buffer, int bufferoffset, int length) |
| Guid | GetGuid (int i) |
| short | GetInt16 (int i) |
| int | GetInt32 (int i) |
| long | GetInt64 (int i) |
| float | GetFloat (int i) |
| double | GetDouble (int i) |
| string | GetString (int i) |
| decimal | GetDecimal (int i) |
| DateTime | GetDateTime (int i) |
| IDataReader | GetData (int i) |
| bool | IsDBNull (int i) |
Properties | |
| int | Depth [get] |
| bool | IsClosed [get] |
| int | RecordsAffected [get] |
| int | FieldCount [get] |
| object | this[int i] [get] |
| object | this[string name] [get] |
Definition at line 3 of file IDataReader.cs.