[This is preliminary documentation and is subject to change.]
Implements a master table. Tables are rowsets that are pre-sorted by keys.
They are used in scenarios when in-memory data replication is needed.
A table supports efficient FindKey() operation but does not support sorting.
This class is not thread-safe.
Inheritance Hierarchy

NFX.DataAccess.CRUD RowsetBase
NFX.DataAccess.CRUD Table
Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also