Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
C# (CSharp) IKeyValueDBTransaction.IsValidKey示例
编程语言:
C# (CSharp)
类/类型:
IKeyValueDBTransaction
方法/功能:
IsValidKey
hotexamples.com的示例:
1
C# (CSharp) IKeyValueDBTransaction.IsValidKey - 已找到1个示例
。这些是从开源项目中提取的最受好评的
IKeyValueDBTransaction.IsValidKey
现实C# (CSharp)示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
SetKeyPrefix(27)
FindNextKey(25)
GetKey(19)
FindFirstKey(18)
Find(13)
CreateOrUpdateKeyValue(13)
GetValue(13)
GetKeyValueCount(11)
GetKeyIndex(11)
FindPreviousKey(10)
SetKeyIndex(10)
EraseCurrent(9)
EraseAll(7)
SetValue(7)
FindExactKey(6)
GetStorageSizeOfCurrentKey(6)
FindLastKey(6)
Commit(6)
Dispose(5)
InvalidateCurrentKey(5)
GetValueSize(4)
GetKeySize(4)
CreateKey(4)
GetKeyPrefix(4)
SetUlong(4)
GetCommitUlong(4)
FindKey(4)
EraseRange(4)
PeekKey(4)
SetCommitUlong(3)
WriteValue(3)
GetUlong(3)
PeekValue(3)
SetValueSize(3)
GetKeyAsByteArray(3)
SetKeyPrefixUnsafe(2)
ReadValue(2)
ReadKey(2)
CalculateStats(2)
IsWritting(2)
GetValueAsByteArray(2)
GetUlongCount(2)
GetTransactionNumber(2)
GetKeyIncludingPrefix(2)
NextCommitTemporaryCloseTransactionLog(1)
IsValidKey(1)
Enumerate(1)
CreateOrUpdateKeyValueUnsafe(1)
GetKeyToArray(1)
常用方法
SetKeyPrefix (27)
FindNextKey (25)
GetKey (19)
FindFirstKey (18)
Find (13)
CreateOrUpdateKeyValue (13)
GetValue (13)
GetKeyValueCount (11)
GetKeyIndex (11)
FindPreviousKey (10)
常用方法
SetKeyIndex (10)
EraseCurrent (9)
EraseAll (7)
SetValue (7)
FindExactKey (6)
GetStorageSizeOfCurrentKey (6)
FindLastKey (6)
Commit (6)
Dispose (5)
InvalidateCurrentKey (5)
GetValueSize (4)
GetKeySize (4)
CreateKey (4)
GetKeyPrefix (4)
SetUlong (4)
GetCommitUlong (4)
FindKey (4)
EraseRange (4)
PeekKey (4)
SetCommitUlong (3)
常用方法
GetValueSize (4)
GetKeySize (4)
CreateKey (4)
GetKeyPrefix (4)
SetUlong (4)
GetCommitUlong (4)
FindKey (4)
EraseRange (4)
PeekKey (4)
SetCommitUlong (3)
WriteValue (3)
GetUlong (3)
PeekValue (3)
SetValueSize (3)
GetKeyAsByteArray (3)
SetKeyPrefixUnsafe (2)
ReadValue (2)
ReadKey (2)
CalculateStats (2)
IsWritting (2)
GetValueAsByteArray (2)
GetUlongCount (2)
GetTransactionNumber (2)
GetKeyIncludingPrefix (2)
NextCommitTemporaryCloseTransactionLog (1)
IsValidKey (1)
Enumerate (1)
CreateOrUpdateKeyValueUnsafe (1)
GetKeyToArray (1)
常用方法
WriteValue (3)
GetUlong (3)
PeekValue (3)
SetValueSize (3)
GetKeyAsByteArray (3)
SetKeyPrefixUnsafe (2)
ReadValue (2)
ReadKey (2)
CalculateStats (2)
IsWritting (2)
GetValueAsByteArray (2)
GetUlongCount (2)
GetTransactionNumber (2)
GetKeyIncludingPrefix (2)
NextCommitTemporaryCloseTransactionLog (1)
IsValidKey (1)
Enumerate (1)
CreateOrUpdateKeyValueUnsafe (1)
GetKeyToArray (1)
示例#1
0
显示文件
文件:
ObjectDbTableRemoveOptimalizeTest.cs
项目:
gioia24/BTDB
public bool IsValidKey() { return(_keyValueDBTransaction.IsValidKey()); }
x