Esempio n. 1
0
 protected static T GetRecord(DataField field)
 {
     return(GetRecord(field, LOADCHILDRENDEFAULT));
 }
Esempio n. 2
0
 protected static T GetRecord(DataField field, bool loadChildren)
 {
     return(GetRecord(field.Value, loadChildren));
 }
Esempio n. 3
0
 protected static DataRow GetRecordDataRow(DataField field)
 {
     return(GetRecordDataRow(field, LOADCHILDRENDEFAULT));
 }