Hello
Thanks for your review,
I required late binding of object, i.e. Employee Entity. But I try to avoid direct use of Employee Entity and it is Field object, because my requirement is not for a specific entity.
I want to take "enum EntityType" as basic root for flow of program.
Then I can know Entity Name that is only a string variable; can I produce particular Entity (with the help of CommonEntityBase)...
I think you will get the idea what I aiming (Data Synch).