EntityList<TEntity> Methods
Include Protected Members
Include Inherited Members
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 | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the EntityList<TEntity>. |
Top
.gif)
.gif)
.gif)
.gif)