SortedTreeFileOpenTableTKey, TValue Method

Opens the default table for this TKey and TValue.

Definition

Namespace: SnapDB.Snap.Storage
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public SortedTreeTable<TKey, TValue>? OpenTable<TKey, TValue>()
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>

Type Parameters

TKey
The key
TValue
The value

Return Value

SortedTreeTableTKey, TValue
null if table does not exist

Remarks

Every Key and Value have their uniquely mapped file, therefore a different file is opened if TKey and TValue are different.

See Also