ResultSetView.IList.Remove Method

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
'Usage
Dim instance As ResultSetView
Dim value As Object

CType(instance, IList).Remove(value)
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit 
private override Remove : 
        value:Object -> unit 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Implements

IList.Remove(Object)

See Also

Reference

ResultSetView Class

System.Data.SqlServerCe Namespace