ParameterValueCollectionCopyTo Method

Copies to.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public void CopyTo(
	ParameterValue[] array,
	int arrayIndex
)

Parameters

array
Type: Dundas.BI.Data.ParametersParameterValue
The array.
arrayIndex
Type: SystemInt32
Index of the array.

Implements

ICollectionTCopyTo(T, Int32)
Exceptions
ExceptionCondition
ArgumentNullExceptionarray is .
See Also