[This is preliminary documentation and is subject to change.]
Represents a type-safe row of data when schema is known at compile-time.
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

NFX.DataAccess.CRUD Row
NFX.DataAccess.CRUD TypedRow
NFX.DataAccess.CRUD AmorphousTypedRow
Namespace: NFX.DataAccess.CRUD
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
See Also