Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
SchemaMapping (DataAdapter adapter, DataSet dataset, DataTable datatable, DataReaderContainer dataReader, bool keyInfo, SchemaType schemaType, string sourceTableName, bool gettingData, DataColumn parentChapterColumn, object parentChapterValue) | |
void | ApplyToDataRow (DataRow dataRow) |
void | LoadDataRowWithClear () |
void | LoadDataRow () |
int | LoadDataRowChapters (DataRow dataRow) |
Properties | |
DataReaderContainer | DataReader [get] |
DataTable | DataTable [get] |
object[] | DataValues [get] |
Static Private Member Functions | |
static string[] | GenerateFieldNames (DataReaderContainer dataReader) |
Private Attributes | |
readonly DataSet | _dataSet |
DataTable | _dataTable |
readonly DataAdapter | _adapter |
readonly DataReaderContainer | _dataReader |
readonly DataTable | _schemaTable |
readonly DataTableMapping | _tableMapping |
readonly string[] | _fieldNames |
readonly object[] | _readerDataValues |
object[] | _mappedDataValues |
int[] | _indexMap |
bool[] | _chapterMap |
int[] | _xmlMap |
int | _mappedMode |
int | _mappedLength |
readonly LoadOption | _loadOption |
Definition at line 11 of file SchemaMapping.cs.