[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
System Object NFX.DataAccess.CRUD Row NFX.DataAccess.CRUD TypedRow NFX.DataAccess.CRUD AmorphousTypedRow NFX.DataAccess.CRUD FormModelNamespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public abstract class AmorphousTypedRow : TypedRow,
IAmorphousData
[SerializableAttribute]
public abstract class AmorphousTypedRow : TypedRow,
IAmorphousData
<SerializableAttribute>
Public MustInherit Class AmorphousTypedRow
Inherits TypedRow
Implements IAmorphousData
<SerializableAttribute>
Public MustInherit Class AmorphousTypedRow
Inherits TypedRow
Implements IAmorphousData
[SerializableAttribute]
public ref class AmorphousTypedRow abstract : public TypedRow,
IAmorphousData
[SerializableAttribute]
public ref class AmorphousTypedRow abstract : public TypedRow,
IAmorphousData
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type AmorphousTypedRow =
class
inherit TypedRow
interface IAmorphousData
end
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type AmorphousTypedRow =
class
inherit TypedRow
interface IAmorphousData
end