protected static T GetRecord(DataField field) { return(GetRecord(field, LOADCHILDRENDEFAULT)); }
protected static T GetRecord(DataField field, bool loadChildren) { return(GetRecord(field.Value, loadChildren)); }
protected static DataRow GetRecordDataRow(DataField field) { return(GetRecordDataRow(field, LOADCHILDRENDEFAULT)); }