Overload List

  NameDescription
Public methodDelete(Object)
Remove a persistent instance from the datastore.
(Inherited from ISession.)
Public methodDelete(String)
Delete all objects returned by the query.
(Inherited from ISession.)
Public methodDelete(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".
(Inherited from ISession.)
Public methodDelete(String, Object, IType)
Delete all objects returned by the query.
(Inherited from ISession.)
Public methodDelete(String, array<Object>[]()[][], array<IType>[]()[][])
Delete all objects returned by the query.
(Inherited from ISession.)
Public methodDelete(String, Object, Boolean, ISet)
Cascade delete an entity instance

See Also