Quantcast
Channel: SCN : Popular Discussions - Code Exchange
Viewing all articles
Browse latest Browse all 1399

Deleted Items are Synchronising

$
0
0

Hi There

 

It seems the only way to delete an instance of an MBO you create on fly is to call CancelPending().

 

Is this correct?

 

Because the Delete function is generated like so:

 

        public void Delete()

        {

            throw new Sybase.Persistence.NoSuchOperationException();

        }

 

 

So when I call CancelPending()  on the MBO instance I want to delete, it removes it locally, but when the device Synchronizes it sends it to the Sybase Server.

 

I've read the Documentation and it says to call Delete(), but delete doesn't get generated with any implementation.

 

 

I am using SUP 2.1.3

 

Update:

Ok so I have figured out it is only performing a Logical delete not an actual delete, so my question remains how can I delete the object but not Synchronize it with the server?


Viewing all articles
Browse latest Browse all 1399

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>