Ejemplo n.º 1
0
            public override STransaction Delete(STransaction tr)
            {
                var rc = _ob.rec ?? throw new System.Exception("No record");

                return((STransaction)tr.Install(new SDelete(tr, rc.table, rc.Defpos), tr.curpos)); // ok
            }