21 references to ExtendedProperties
System.Data.Common (21)
System\Data\DataTable.cs (5)
547
list.Add(uc.
ExtendedProperties
);
579
list.Add(fk.
ExtendedProperties
);
2475
foreach (object key in clonedConstraint.
ExtendedProperties
.Keys)
2477
oldConstraint.
ExtendedProperties
[key] = clonedConstraint.
ExtendedProperties
[key];
System\Data\ForeignKeyConstraint.cs (6)
748
foreach (object key in
ExtendedProperties
.Keys)
750
clone.
ExtendedProperties
[key] =
ExtendedProperties
[key];
788
foreach (object key in
ExtendedProperties
.Keys)
790
clone.
ExtendedProperties
[key] =
ExtendedProperties
[key];
System\Data\Merger.cs (2)
513
MergeExtendedProperties(src.
ExtendedProperties
, cons.
ExtendedProperties
);
System\Data\UniqueConstraint.cs (6)
307
foreach (object key in
ExtendedProperties
.Keys)
309
clone.
ExtendedProperties
[key] =
ExtendedProperties
[key];
332
foreach (object key in
ExtendedProperties
.Keys)
334
clone.
ExtendedProperties
[key] =
ExtendedProperties
[key];
System\Data\xmlsaver.cs (2)
1679
if (unique.
ExtendedProperties
.Count > 0)
1705
if (fk.
ExtendedProperties
.Count > 0)