Click or drag to resize

ITransactionalMapTKey, TValueRemove Method

Overload List
  NameDescription
Public methodRemove(Object)
Transactional implementation of Remove(Object) .

The object to be removed will be removed from only the current transaction context until the transaction is committed.

Public methodRemove(Object, Object)
Transactional implementation of Remove(Object, Object) .

The object to be removed will be removed from only the current transaction context until the transaction is committed.

Top
See Also