2 writes to UseDataSetSchemaOnly
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
3115
this.
UseDataSetSchemaOnly
= false;
3134
this.
UseDataSetSchemaOnly
= true;
2 references to UseDataSetSchemaOnly
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
637
if (ds != null && ds.
UseDataSetSchemaOnly
) {
667
if (ds != null && ds.
UseDataSetSchemaOnly
&& dsElement != null) {