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 | |
---|---|---|
![]() |
Attach | Registers a disconnected or "detached" entity with the object tracking system of the DataContext object associated with the list. |
![]() |
DeleteAllOnSubmit | Marks the specified entities for deletion on the next call of SubmitChanges(). |
![]() |
DeleteOnSubmit | Marks the specified entity for deletion on the next call of SubmitChanges(). |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through the EntityList<TEntity>. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InsertAllOnSubmit | Marks the specified entities for insertion into the list on the next call of SubmitChanges(). |
![]() |
InsertOnSubmit | Marks the specified entity for insertion into the list on the next call of SubmitChanges(). |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
RecycleAllOnSubmit | Marks the specified entities to be put in the Recycle Bin on the next call of SubmitChanges(). |
![]() |
RecycleOnSubmit | Marks the specified entity to be put in the Recycle Bin on the next call of SubmitChanges(). |
![]() |
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. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IQueryable.ElementType | Gets the content type of the list items. |
![]() ![]() |
IQueryable.Expression | Gets the expression tree of the most recent Language Integrated Query (LINQ) query of the EntityList<TEntity>. |
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the EntityList<TEntity>. |
![]() ![]() |
IQueryable.Provider | Gets an object that translates expression tree queries into Collaborative Application Markup Language (CAML) queries and executes them. |
Top