Overload | Description |
---|---|
ExecuteNonQuerySproc(String,IEnumerable<Object>) | Execute the passed stored procedure and return the number of affected records |
ExecuteNonQuerySproc(String) | Execute the passed stored procedure and return the number of affected records |
ExecuteNonQuerySproc(String,List<IDbDataParameter>) | Execute the passed stored procedure and return the number of affected records. Output parameters will be set on return. |
ExecuteNonQuerySproc(String,Dictionary<String,Object>) | Execute the passed stored procedure and return the number of affected records |