/// <summary> /// Executes an SQL statement against the Connection object of a .NET Framework data provider, and returns the number of rows affected. /// </summary> public int ExecuteNonQuery() { #if DEBUG DebugCommand(); #endif return(BaseCommand.ExecuteNonQuery()); }