Jul 16, 2018

How to delete a record from storage using xpo in C#

object TableObject = gridView.GetFocusedRow();
xpCollection.Session.Delete(TableObject);
xpCollection.Session.PurgeDeletedObjects();

No comments:

Post a Comment