I am using LINQ with Entity Framework, and I need to get the SQL server time.
Can anyone tell me how can I create a method so it retrieves the current server time?
Thank you.
I am using LINQ with Entity Framework, and I need to get the SQL
Share
Just execute a
ExecuteStoreQuerycommand.