AmorphousTypedRow ClassNFX Class Library

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

Represents a type-safe row of data when schema is known at compile-time that also implements IAmorphousData interface that allows this row to store "extra" data that does not comply with the current schema. Typed rows store data in instance fields, providing better performance and schema definition compile-time checking than DynamicRows at the expense of inability to define schema at runtime
Inheritance Hierarchy

OnlineSystem Object
  NFX.DataAccess.CRUD Row
    NFX.DataAccess.CRUD TypedRow
      NFX.DataAccess.CRUD AmorphousTypedRow
        NFX.DataAccess.CRUD FormModel

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

[SerializableAttribute]
public abstract class AmorphousTypedRow : TypedRow, 
	IAmorphousData
See Also