AmorphousDynamicRow 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 that also implements IAmorphousData interface that allows this row to store "extra" data that does not comply with the current schema. 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

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

[SerializableAttribute]
public class AmorphousDynamicRow : DynamicRow, 
	IAmorphousData
See Also