1 write to _adapter
System.Data (1)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
74
_adapter
= adapter;
8 references to _adapter
System.Data (8)
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (8)
94
mappingAction =
_adapter
.MissingMappingAction;
95
schemaAction =
_adapter
.MissingSchemaAction;
97
_tableMapping =
_adapter
.GetTableMappingBySchemaAction(sourceTableName, sourceTableName, mappingAction);
100
int index =
_adapter
.IndexOfDataSetTable(_dataTable.TableName);
102
_tableMapping =
_adapter
.TableMappings[index];
127
int index =
_adapter
.IndexOfDataSetTable(_dataTable.TableName); // MDAC 66034
129
_tableMapping =
_adapter
.TableMappings[index];
414
datarowadded +=
_adapter
.FillFromReader(_dataSet, null, chapterTableName, readerHandler, 0, 0, parentChapterColumn, parentChapterValue);