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