EasyObjects.NET Programmers Reference

DatabaseTypeDataCollection.CopyTo Method

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

Overload List

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

public void CopyTo(DatabaseTypeData[],int);

Inherited from DataCollection.

public void CopyTo(Array,int);

See Also

DatabaseTypeDataCollection Class | NCI.EasyObjects.Configuration Namespace