Example #1
0
 public SavvyDataForm(Sql sql, SubformOptions options)
 {
     this.options    = options;
     this.recordList = new TActiveRecordList();
     this.recordList.LoadRecords(sql);
 }
Example #2
0
 public SavvyDataForm(ActiveRecordList <TActiveRecord> list, SubformOptions options)
 {
     this.options    = options;
     this.recordList = list;
 }