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 SqlCommand library is where the commands are going to be built. ExecuteQuery is where any generated query is being sent off to the binary api. This is modeled on how ADO.net handles query execution. I might go ahead and add an abstract SqlCommand class that can be passed to the ExecuteQuery; however, one would still use a SqlCommand builder library that implemented the SqlCommand class.
ExecuteQuery should support parameterized queries to prevent sql injection.
The text was updated successfully, but these errors were encountered: