AdgDataSet.CopyTo Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Copies the elements of the AdgDataSet to an array, starting at a particular array index.

void CopyTo(KeyValuePair`2[] array, int arrayIndex)

Parameters

Type Parameter name Description
KeyValuePair`2[] array The destination array.
Int32 arrayIndex The zero-based index in the array at which copying begins.

Remarks

Calls the CopyTo method of the underlying dictionary with the provided array and array index.

See Also