| DynamicRecordDBGetSubrecords Method | 
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| DBGetSubrecords(Database, DataDictionary) | 
            Read subrecords from database - read from all "child" tables according to DataDictionary
              | |
| DBGetSubrecords(Database, DataDictionaryTable) | 
            Read subrecords from database - read from one specified table
              | |
| DBGetSubrecords(Database, DataDictionaryTable, String) | 
            Read subrecords from database - read from one specified table
              | |
| DBGetSubrecords(Database, DataDictionary, String, Boolean) | 
            Read subrecords from database - read from all "child" tables according to DataDictionary.
            Sort by speficified fields - obviously this field is supposed to exist in all tables.
              | |
| DBGetSubrecords(Database, DataDictionaryTable, String, Boolean) | 
            Read subrecords from database - read from one specified table and sort by specified field
              |