Exemplo n.º 1
0
        public void Save(JDataBase pDB)
        {
            JObjectTable ActionTable = new JObjectTable();

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

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