In entityframework we can use ExecuteStoreQuery or ExecuteStoreCommand to execute sql queries. So what is difference between them(which scenario it is different)?
Thank you.
In entityframework we can use ExecuteStoreQuery or ExecuteStoreCommand to execute sql queries. So what is difference between them(which scenario it is different)?
Thank you.
Copyright © 2021 Jogjafile Inc.
The difference is clear from the MSDN
and MSDN
Example for ExecuteStoreQuery:
Example for ExecuteStoreCommand