RowsetBase ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Provides base for rowset implementation. Rowsets are mutable lists of rows where all rows must have the same schema, however a rowset may contain a mix of dynamic and typed rows as long as they have the same schema. Rowsets are not thread-safe
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.CRUD RowsetBase
    NFX.DataAccess.CRUD Rowset
    NFX.DataAccess.CRUD Table

Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public abstract class RowsetBase : IList<Row>, 
	ICollection<Row>, IEnumerable<Row>, IEnumerable, 
	IComparer<Row>, IJSONWritable, IValidatable
See Also