DynamicRow ClassNFX Class Library

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

Represents a row of data which has a schema only known at run-time. Dynamic rows store data in object[] internally, providing better flexibility(ability to define schema at runtime) than TypedRows at the expense of performance. This class is not sealed so implementors may override configuration persistence
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.CRUD Row
    NFX.DataAccess.CRUD DynamicRow
      NFX.DataAccess.CRUD AmorphousDynamicRow
      NFX.Wave.Client Record

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

[SerializableAttribute]
public class DynamicRow : Row
See Also