Hi all,
I created a record in my custom entity with the help of that code
Entity Entity = new Entity("aw_entity");
Entity["aw_name"] = "Response";
_service.Create(Entity);
at that time I need this record primary key. How can I get it?
I tried this Entity.id but it is 00000........000
Thank You






