EntityList<TEntity> Members

Include Protected Members
Include Inherited Members

Represents a Microsoft SharePoint Foundation list that can be queried with Language Integrated Query (LINQ).

The EntityList<TEntity> type exposes the following members.

Methods

  Name Description
Public method Attach Registers a disconnected or "detached" entity with the object tracking system of the DataContext object associated with the list.
Public method DeleteAllOnSubmit Marks the specified entities for deletion on the next call of SubmitChanges().
Public method DeleteOnSubmit Marks the specified entity for deletion on the next call of SubmitChanges().
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through the EntityList<TEntity>.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InsertAllOnSubmit Marks the specified entities for insertion into the list on the next call of SubmitChanges().
Public method InsertOnSubmit Marks the specified entity for insertion into the list on the next call of SubmitChanges().
Protected method MemberwiseClone (Inherited from Object.)
Public method RecycleAllOnSubmit Marks the specified entities to be put in the Recycle Bin on the next call of SubmitChanges().
Public method RecycleOnSubmit Marks the specified entity to be put in the Recycle Bin on the next call of SubmitChanges().
Public method ScopeToFolder Gets the subset of the EntityList<TEntity> that consists of all and only the list items that belong to a particular folder, with or without the items in subfolders.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IQueryable.ElementType Gets the content type of the list items.
Explicit interface implemetationPrivate property IQueryable.Expression Gets the expression tree of the most recent Language Integrated Query (LINQ) query of the EntityList<TEntity>.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Returns an enumerator that iterates through the EntityList<TEntity>.
Explicit interface implemetationPrivate property IQueryable.Provider Gets an object that translates expression tree queries into Collaborative Application Markup Language (CAML) queries and executes them.

Top

See Also

Reference

EntityList<TEntity> Class

Microsoft.SharePoint.Linq Namespace