|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | DbColumnDescriptor |
Public Member Functions | |
| DbEnumerator (IDataReader reader) | |
| DbEnumerator (IDataReader reader, bool closeReader) | |
| DbEnumerator (DbDataReader reader) | |
| DbEnumerator (DbDataReader reader, bool closeReader) | |
| bool | MoveNext () |
| void | Reset () |
Package Attributes | |
| IDataReader | _reader |
| DbDataRecord | _current |
| SchemaInfo[] | _schemaInfo |
| PropertyDescriptorCollection | _descriptors |
Properties | |
| object | Current [get] |
Private Member Functions | |
| void | BuildSchemaInfo () |
Private Attributes | |
| FieldNameLookup | _fieldNameLookup |
| readonly bool | _closeReader |
Definition at line 7 of file DbEnumerator.cs.