Example #1
0
        public void Save(JDataBase pDB)
        {
            JObjectTable ActionTable = new JObjectTable();

            ActionTable.SetValueProperty(this);
            ActionTable.Update(pDB);
        }
Example #2
0
        public bool Update(JDataBase db)
        {
            JObjectTable ActionTable = new JObjectTable();

            ActionTable.SetValueProperty(this);
            return(ActionTable.Update(db));
        }