DynamicRecord Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | DynamicRecord(DataRow) |
Construct a DynamicRecord from a DataRow only.
ONLY to be used for data that is NOT stored in table in Data Dictionary.
|
![]() | DynamicRecord(DataDictionaryTable) |
Construct a DynamicRecord with field/column structure as specifed by DataDictionary table.
The constructed record is empty, e.g. no fields have values.
|
![]() | DynamicRecord(DataDictionaryTable, Boolean) |
Construct a DynamicRecord with field/column structure as specifed by DataDictionary table.
The constructed record is empty, e.g. no fields have values.
|
![]() | DynamicRecord(DataDictionaryTable, DataRow) |
Construct a DynamicRecord from a DataRow
|
![]() | DynamicRecord(Database, DataDictionaryTable, Int32) |
Construct a DynamicRecord with field/column structure as specifed by DataDictionary table.
The constructed record is read from database, e.g. fields have values corresponding to the database record/row.
|