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)
97
mappingAction =
_adapter
.MissingMappingAction;
98
schemaAction =
_adapter
.MissingSchemaAction;
101
_tableMapping =
_adapter
.GetTableMappingBySchemaAction(sourceTableName, sourceTableName, mappingAction);
105
int index =
_adapter
.IndexOfDataSetTable(_dataTable.TableName);
108
_tableMapping =
_adapter
.TableMappings[index];
132
int index =
_adapter
.IndexOfDataSetTable(_dataTable.TableName);
135
_tableMapping =
_adapter
.TableMappings[index];
491
datarowadded +=
_adapter
.FillFromReader(_dataSet, null, chapterTableName, readerHandler, 0, 0, parentChapterColumn, parentChapterValue);