| GridTableViewRelationCopyTo Method |
Copies the GridTableViewRelation values to a one-dimensional Array instance at the specified index.
Namespace: Kettic.AspNet.Controls
| Exception | Condition |
|---|---|
| ArgumentException | array is multidimensional. -or- The number of elements in the GridTableViewRelation is greater than the available space between index and the end of array. |
| ArgumentNullException | array is . |
| ArgumentOutOfRangeException | index is less than array's lowbound. |