1.

What Is The Purpose Of Calling Clientcontext.executequery() ?

Answer»

ExecuteQuery GIVES you the option to MINIMIZE the number of roundtrips to the server from your CLIENT code. All the components loaded into the clientcontext are executed in one go.

ExecuteQuery gives you the option to minimize the number of roundtrips to the server from your client code. All the components loaded into the clientcontext are executed in one go.



Discussion

No Comment Found