All C# extension methods for type dbconnection
-
Execute a SQL command directly on a DbConnection.
Needless to say that the other ExecuteXXX methods can be implemented as well.
Implementing the method at DbConnection level makes it available for SQLConnection, OleDbConnection, ...