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)
411
string chapterTableName = _tableMapping.SourceTable +
_fieldNames
[i]; // MDAC 70908
527
dataColumn = DataColumnMapping.CreateDataColumnBySchemaAction(
_fieldNames
[i],
_fieldNames
[i], _dataTable, fieldType, schemaAction);
530
dataColumn = _tableMapping.GetDataColumn(
_fieldNames
[i], fieldType, _dataTable, mappingAction, schemaAction);
713
dataColumn = _tableMapping.GetDataColumn(
_fieldNames
[sortedIndex], fieldType, _dataTable, mappingAction, schemaAction);