Overload List

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

See Also