You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example used for SqlCommand(String) has the following description:
"The following example creates a SqlCommand, passing in the connection string and command text."
The problem is the lack of a connection string in the example. How should the the connection string be provided in this example?
I assume the proper description would be:
"The following example creates a SqlCommand, passing in the command text."