Data Port Sync 1.0.500

SqlCeErrorCollection. Method 

[This is preliminary documentation and subject to change.]

Copies the collection or a portion of it to a one-dimensional array.

[Visual Basic]
NotOverridable Public Sub ( _
   ByVal Array As Array, _
   ByVal Int32 As Integer _
) _
    Implements ICollection.
[C#]
public void (
   Array array,
   Int32 index
);

Parameters

Array
The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.
Int32
The zero-based index in array at which copying begins.

Implements

ICollection.

See Also

SqlCeErrorCollection Class | Primeworks.DesktopSqlCe Namespace