1 write to _fieldNames
System.Data.Common (1)
System\Data\ProviderBase\SchemaMapping.cs (1)
156
_fieldNames
= GenerateFieldNames(dataReader);
7 references to _fieldNames
System.Data.Common (7)
System\Data\ProviderBase\SchemaMapping.cs (7)
488
string chapterTableName = _tableMapping!.SourceTable +
_fieldNames
![i];
567
Debug.Assert(
_fieldNames
!= null);
626
dataColumn = DataColumnMapping.CreateDataColumnBySchemaAction(
_fieldNames
[i],
_fieldNames
[i], _dataTable, fieldType, schemaAction);
630
dataColumn = _tableMapping.GetDataColumn(
_fieldNames
[i], fieldType, _dataTable, mappingAction, schemaAction);
764
Debug.Assert(
_fieldNames
!= null);
851
dataColumn = _tableMapping.GetDataColumn(
_fieldNames
[sortedIndex], fieldType, _dataTable, mappingAction, schemaAction);