| Overload | Description | 
|---|---|
| ExecuteNonQuerySproc(String) | Throws NotSupportedException | 
| 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>) | Throws NotSupportedException |