Oct 17, 2018

How to reload and show changed data in GridView using XPO?

1.
session1.DropIdentityMap();
xpCollection1.Reload();

2.
UnitOfWork1.DropIdentityMap()
XpCollection1.Reload()

No comments:

Post a Comment