EntitySet<TEntity>.Remove Method (Object)
Removes the specified object from the EntitySet<TEntity>.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Sub Remove ( _
value As Object _
)
'Usage
Dim instance As EntitySet
Dim value As Object
instance.Remove(value)
public void Remove(
Object value
)
Parameters
value
Type: System.ObjectThe object that is removed.