Overload List
Name | Description | |
---|---|---|
Delete(Object) |
Remove a persistent instance from the datastore.
| |
Delete(String) |
Delete all objects returned by the query.
| |
Delete(String, Object) |
Remove a persistent instance from the datastore. The object argument may be
an instance associated with the receiving ISession or a transient
instance with an identifier associated with existing persistent state.
This operation cascades to associated instances if the association is mapped
with cascade="delete".
| |
Delete(String, Object, IType) |
Delete all objects returned by the query.
| |
Delete(String, array<Object>[]()[][], array<IType>[]()[][]) |
Delete all objects returned by the query.
|