Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.