EntitySet<TEntity>.Remove Method
Include Protected Members
Include Inherited Members
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