asp.net.ph

ConstraintCollection.AddRange Method

System.Data Namespace   ConstraintCollection Class


Copies the elements of the specified ConstraintCollection array to the end of the collection.

[ VB ]
Public Sub AddRange( _
   ByVal constraints( ) As Constraint _
)

[ C# ]
public void AddRange(
   Constraint [ ] constraints
);

[ C++ ]
public: void AddRange(
   Constraint* constraints [ ]
);

[ JScript ]
public function AddRange(
   constraints : Constraint [ ]
);

Parameters

constraints
An array of ConstraintCollection objects to add to the collection.
See Also

ConstraintCollection Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note