1 write to dataSet
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
1131this.dataSet = dataSet;
40 references to dataSet
System.Data (40)
fx\src\data\System\Data\DataTable.cs (40)
251if (dataSet == null) { 271info.AddValue(KEY_XMLSCHEMA, dataSet.GetXmlSchemaForRemoting(this)); 272info.AddValue(KEY_XMLDIFFGRAM, dataSet.GetRemotingDiffGram(this)); 275dataSet.Tables.Remove(this); 278dataSet.namespaceURI = tempDSNamespace; 975SetCaseSensitiveValue((null != dataSet) && dataSet.CaseSensitive, true, true); 1122return dataSet; 1130if (this.dataSet != dataSet) { 1157if (null != dataSet) { 1158view = dataSet.DefaultViewManager.CreateDataView(this); 1207if (dataSet != null) 1208return dataSet.EnforceConstraints; 1213if (dataSet == null && this.enforceConstraints != value) { 1313Debug.Assert(_cultureUserSet || (null == dataSet) || _culture.Equals(dataSet.Locale), "Locale mismatch"); 1324value = (null != dataSet) ? dataSet.Locale : _culture; 1669if (dataSet != null) { 1672if ((0 == String.Compare(value, dataSet.DataSetName, true, dataSet.Locale)) && !fNestedInDataset) 1673throw ExceptionBuilder.DatasetConflictingName(dataSet.DataSetName); 1677dataSet.Tables.RegisterName(value, this.Namespace); 1686dataSet.Tables.RegisterName(value, this.Namespace); 1695dataSet.Tables.UnregisterName(tableName); 1779if (dataSet != null) { 1784if (dataSet.Tables.Contains( this.TableName, realNamespace, true, true)) 1808if (dataSet.Tables.Contains( childTable.TableName, realNamespace, false, true)) 1887if (dataSet == null || !dataSet.fInitInProgress) { 2623if (dataSet != null) 2624dataSet.OnClearFunctionCalled(this); 2633if (dataSet != null && dataSet.EnforceConstraints) { 2635for (ParentForeignKeyConstraintEnumerator constraints = new ParentForeignKeyConstraintEnumerator(dataSet, this); constraints.GetNext();) { 2672for (ParentForeignKeyConstraintEnumerator constraints = new ParentForeignKeyConstraintEnumerator(dataSet, this); constraints.GetNext();) { 3129if (dataSet != null) { 3188if (dataSet != null) 3602if (check && dataSet != null) { 3603for (ParentForeignKeyConstraintEnumerator constraints = new ParentForeignKeyConstraintEnumerator(dataSet, this); constraints.GetNext();) {