Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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