Hello,
How can i fetch the local object count in the entitymanager?
e.g. following is the statement
variable = DataSet.LocalObjectsCount;
Dataset is EntityManager
LocalObjectsCount = Counts all objects in the local data set(already loaded from database)
Thanks