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