public bool Update() { JBusOfflineFilesTable AT = new JBusOfflineFilesTable(); AT.SetValueProperty(this); return(AT.Update()); }
public int Insert(JDataBase db = null) { JBusOfflineFilesTable AT = new JBusOfflineFilesTable(); AT.SetValueProperty(this); if (db == null) { Code = AT.Insert(); } else { Code = AT.Insert(db); } return(Code); }