1 write to _fieldNames
System.Data (1)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
145_fieldNames = GenerateFieldNames(dataReader);
5 references to _fieldNames
System.Data (5)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (5)
411string chapterTableName = _tableMapping.SourceTable + _fieldNames[i]; // MDAC 70908 527dataColumn = DataColumnMapping.CreateDataColumnBySchemaAction(_fieldNames[i], _fieldNames[i], _dataTable, fieldType, schemaAction); 530dataColumn = _tableMapping.GetDataColumn(_fieldNames[i], fieldType, _dataTable, mappingAction, schemaAction); 713dataColumn = _tableMapping.GetDataColumn(_fieldNames[sortedIndex], fieldType, _dataTable, mappingAction, schemaAction);