Session.Delete Method
| Name | Parameters | Description |
|---|---|---|
| Delete(ICollection) | objects | Deletes persistent objects and their aggregated objects from the data store. |
| Delete(Object) | theObject | Deletes the specified persistent object and its aggregated objects from persistent storage. |