Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) LTrie.ITRRollBack Examples
Programming Language:
C# (CSharp)
Class/Type:
LTrie
Method/Function:
ITRRollBack
Examples at hotexamples.com:
1
C# (CSharp) LTrie.ITRRollBack - 1 examples found
. These are the top rated real world C# (CSharp) examples of
LTrie.ITRRollBack
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Dispose(7)
Add(6)
Remove(6)
Commit(5)
GetKey(3)
IterateForwardStartsWith(2)
Count(2)
EnumerateStartsWith(2)
GetValue(2)
RemoveAll(2)
OpenOrInitFromStorage(2)
OpenFromStorage(2)
IterateForward(2)
RollBack(1)
ITRRollBack(1)
ModificationThreadId(1)
IterateBackwardStartsWith(1)
ChangeKey(1)
ITRCommitFinished(1)
ITRCommit(1)
GetTable(1)
SetValue(1)
Frequently Used Methods
Dispose (7)
Add (6)
Remove (6)
Commit (5)
GetKey (3)
IterateForwardStartsWith (2)
Count (2)
EnumerateStartsWith (2)
GetValue (2)
RemoveAll (2)
Frequently Used Methods
OpenOrInitFromStorage (2)
OpenFromStorage (2)
IterateForward (2)
RollBack (1)
ITRRollBack (1)
ModificationThreadId (1)
IterateBackwardStartsWith (1)
ChangeKey (1)
ITRCommitFinished (1)
ITRCommit (1)
GetTable (1)
SetValue (1)
Frequently Used Methods
GetTable (1)
SetValue (1)
Example #1
0
Show file
internal void TransactionalRollback() { table.ITRRollBack(); }
x