Data Port Sync 1.0.500

SqlCeParameterCollection. Method 

[This is preliminary documentation and subject to change.]

Copies SqlCeParameter objects from the SqlCeParameterCollection to the specified array.

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

Parameters

Array
The Array into which the SqlCeParameter objects will be copied.
Int32
The array index where copy begins.

Implements

ICollection.

See Also

SqlCeParameterCollection Class | Primeworks.DesktopSqlCe Namespace