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