ConstraintCollection::CopyTo Method (array<Constraint^>^, Int32)
.NET Framework (current version)
Copies the collection objects to a one-dimensional Array instance starting at the specified index.
Assembly: System.Data (in System.Data.dll)
Parameters
- array
-
Type:
array<System.Data::Constraint^>^
The one-dimensional Array that is the destination of the values copied from the collection.
- index
-
Type:
System::Int32
The index of the array at which to start inserting.
.NET Framework
Available since 2.0
Available since 2.0
Show: