Read more and code less
Hi all ,
This is the code for accessing Entity connections string to sql connection string…
EntityConnection entityConnection = (EntityConnection)context.Connection; SqlConnection sqlConnection = (SqlConnection)entityConnection.StoreConnection;
No comments:
Post a Comment