PBU's notes
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment