2 overrides of Clone
System.Data (2)
fx\src\data\System\Data\ForeignKeyConstraint.cs (1)
614
internal override Constraint
Clone
(DataSet destination, bool ignorNSforTableLookup) {
fx\src\data\System\Data\UniqueConstraint.cs (1)
257
internal override Constraint
Clone
(DataSet destination, bool ignorNSforTableLookup) {
1 reference to Clone
System.Data (1)
fx\src\data\System\Data\Merger.cs (1)
396
Constraint dest = src.
Clone
(dataSet, _IgnoreNSforTableLookup);