Data Port Sync 1.0.500

SqlCeParameterCollection. Method 

[This is preliminary documentation and subject to change.]

Removes the specified SqlCeParameter from the collection.

[Visual Basic]
Overrides Public Sub ( _
   ByVal Object As Object _
) _
    Implements IList.
[C#]
public override void (
   Object value
);

Parameters

Object
The SqlCeParameter to remove.

Implements

IList.

See Also

SqlCeParameterCollection Class | Primeworks.DesktopSqlCe Namespace