Base:
method
Clone
System.Data.Constraint.Clone(System.Data.DataSet, System.Boolean)
1 reference to Clone
System.Data.Common (1)
System\Data\ForeignKeyConstraint.cs (1)
684internal override Constraint? Clone(DataSet destination) => Clone(destination, false);