Click or drag to resize
DynamicRecordDBGetSubrecords Method

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

Overload List
  NameDescription
Public methodDBGetSubrecords(Database, DataDictionary)
Read subrecords from database - read from all "child" tables according to DataDictionary
Public methodDBGetSubrecords(Database, DataDictionaryTable)
Read subrecords from database - read from one specified table
Public methodDBGetSubrecords(Database, DataDictionaryTable, String)
Read subrecords from database - read from one specified table
Public methodDBGetSubrecords(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.
Public methodDBGetSubrecords(Database, DataDictionaryTable, String, Boolean)
Read subrecords from database - read from one specified table and sort by specified field
Top
See Also