[This is preliminary documentation and is subject to change.]
Implements a rowset that supports row change logging and CRUD operations.
Rowsets are not optimal for data replication as they perform linear search which is slow, however
Rowset class supports sorting. In contrast, Tables are kind of rowsets that keep data pre-sorted by key
thus facilitating quick searching
Inheritance Hierarchy

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