EasyObjects.NET Programmers Reference

DatabaseTypeDataCollection.CopyTo Method (DatabaseTypeData[], Int32)

Copies the entire DatabaseTypeDataCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

public void CopyTo(
   DatabaseTypeData[] array,
   int index
);

Parameters

array

The one-dimensional DatabaseTypeDataCollection array that is the destination of the elements copied from DatabaseTypeDataCollection. The DatabaseTypeData array must have zero-based indexing.

index

The zero-based index in array at which copying begins.

See Also

DatabaseTypeDataCollection Class | NCI.EasyObjects.Configuration Namespace | DatabaseTypeDataCollection.CopyTo Overload List