Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CanRemove() [1/2]

bool System.Data.ConstraintCollection.CanRemove ( Constraint constraint)
inline

Definition at line 338 of file ConstraintCollection.cs.

339 {
340 return CanRemove(constraint, fThrowException: false);
341 }
bool CanRemove(Constraint constraint)

References System.Data.ConstraintCollection.CanRemove().

Referenced by System.Data.ConstraintCollection.CanRemove(), System.Data.ConstraintCollection.Remove(), and System.Data.DataColumn.SetTable().