Overload | Description |
---|---|
ExecuteNonQuery(String,IEnumerable<Object>) | Execute the passed query and return the number of affected records |
ExecuteNonQuery(String) | Execute the passed query and return the number of affected records |
ExecuteNonQuery(String,Dictionary<String,Object>) | Execute the passed query and return the number of affected records |