Share via


LookupList<T>.Clear method

Removes all entities from this LookupList<T>.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Sub Clear
'Usage
Dim instance As LookupList

instance.Clear()
public void Clear()

Implements

ICollection<T>.Clear()

Remarks

If an exception occurs, no entities are removed.

See also

Reference

LookupList<T> class

LookupList<T> members

Microsoft.SharePoint.Linq namespace