2 writes to dataSet
System.Data (2)
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
103
dataSet
= ds;
2359
this.
dataSet
= ds;
23 references to dataSet
System.Data (23)
fx\src\data\System\NewXml\XmlDataDocument.cs (23)
98
Debug.Assert(
dataSet
== null );
182
mapper.SetupMapping( this,
dataSet
);
183
if (
dataSet
.Tables.Count > 0 ) {
199
mapper.SetupMapping(this,
dataSet
);
224
dataSet
.DataRowCreated += new DataRowCreatedEventHandler( this.OnDataRowCreatedSpecial );
229
dataSet
.DataRowCreated -= new DataRowCreatedEventHandler( this.OnDataRowCreatedSpecial );
243
Debug.Assert(
dataSet
!= null );
251
dataSet
.Tables.CollectionChanging += new CollectionChangeEventHandler( this.OnDataSetTablesChanging );
252
dataSet
.Relations.CollectionChanging += new CollectionChangeEventHandler( this.OnDataSetRelationsChanging );
253
dataSet
.DataRowCreated += new DataRowCreatedEventHandler( this.OnDataRowCreated );
254
dataSet
.PropertyChanging += new PropertyChangedEventHandler( this.OnDataSetPropertyChanging );
257
dataSet
.ClearFunctionCalled += new DataSetClearEventhandler( this.OnClearCalled );
259
if (
dataSet
.Tables.Count > 0 ) {
260
foreach( DataTable t in
dataSet
.Tables ) {
265
foreach ( DataRelation rel in
dataSet
.Relations ) {
367
return
dataSet
;
483
mapper.SetupMapping( this,
dataSet
);
931
clone.
dataSet
.EnforceConstraints = this.
dataSet
.EnforceConstraints;
1093
bool saveEnforce =
dataSet
.EnforceConstraints;
1094
dataSet
.EnforceConstraints = false;
1101
dataSet
.EnforceConstraints = saveEnforce;
2318
this.
dataSet
.EnforceConstraints = false;