NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstraintsCollection.CanRemoveConstraint

Throws an exception if constraint can't be removed from collection. Otherwise it returns whether or not the constraint needs to be removed from the collection.

[Visual Basic]
Public Function CanRemoveConstraint( _
   ByVal constraint As Constraint _
) As Boolean
[C#]
public bool CanRemoveConstraint(
   Constraint constraint
);
[C++]
public: bool CanRemoveConstraint(
   Constraint* constraint
);
[JScript]
public function CanRemoveConstraint(
   constraint : Constraint
) : Boolean;

Parameters

constraint
[To be supplied.]

See Also

ConstraintsCollection Class | ConstraintsCollection Members | System.Data Namespace