I want to know that If my code is
Entity account=new Entity("account");
Guid gid=account.id;
what happen if I am not used guid .what the 2 line meanining and why it is decalare when we define entity.
I want to know that If my code is
Entity account=new Entity("account");
Guid gid=account.id;
what happen if I am not used guid .what the 2 line meanining and why it is decalare when we define entity.