SortedTreeFileOpenOrCreateTable Method

Overload List

OpenOrCreateTableTKey, TValue(EncodingDefinition, Int32) Opens the default table for this TKey and TValue. If it does not exists, it will be created with the provided compression method.
OpenOrCreateTableTKey, TValue(EncodingDefinition, String, Int32) Opens the default table for this TKey and TValue. If it does not exists, it will be created with the provided compression method.

See Also