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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph