Click or drag to resize
GridTableViewRelationCopyTo Method

Copies the GridTableViewRelation values to a one-dimensional Array instance at the specified index.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void CopyTo(
	GridRelationFields[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsGridRelationFields
index
Type: SystemInt32
Exceptions
ExceptionCondition
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.

ArgumentNullExceptionarray is .
ArgumentOutOfRangeExceptionindex is less than array's lowbound.
See Also