Click or drag to resize
DynamicRecord Constructor

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

Overload List
  NameDescription
Public methodDynamicRecord(DataRow)
Construct a DynamicRecord from a DataRow only. ONLY to be used for data that is NOT stored in table in Data Dictionary.
Public methodDynamicRecord(DataDictionaryTable)
Construct a DynamicRecord with field/column structure as specifed by DataDictionary table. The constructed record is empty, e.g. no fields have values.
Public methodDynamicRecord(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.
Public methodDynamicRecord(DataDictionaryTable, DataRow)
Construct a DynamicRecord from a DataRow
Public methodDynamicRecord(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.
Top
See Also