1 write to _adapter
System.Data.Common (1)
System\Data\ProviderBase\SchemaMapping.cs (1)
72_adapter = adapter;
8 references to _adapter
System.Data.Common (8)
System\Data\ProviderBase\SchemaMapping.cs (8)
97mappingAction = _adapter.MissingMappingAction; 98schemaAction = _adapter.MissingSchemaAction; 101_tableMapping = _adapter.GetTableMappingBySchemaAction(sourceTableName, sourceTableName, mappingAction); 105int index = _adapter.IndexOfDataSetTable(_dataTable.TableName); 108_tableMapping = _adapter.TableMappings[index]; 132int index = _adapter.IndexOfDataSetTable(_dataTable.TableName); 135_tableMapping = _adapter.TableMappings[index]; 491datarowadded += _adapter.FillFromReader(_dataSet, null, chapterTableName, readerHandler, 0, 0, parentChapterColumn, parentChapterValue);