EntitySet<TEntity>.Remove method
Removes a specified object from the EntitySet<TEntity>.
Overload list
| Name | Description | |
|---|---|---|
![]() |
Remove(Object) | Removes the specified object from the EntitySet<TEntity>. |
![]() |
Remove(TEntity) | Removes the specified entity from the EntitySet<TEntity>. |
Top
.gif)