Execute a stored procedure via a Command (that returns no resultset and takes no parameters) against the database
An int representing the number of rows affected by the command
int result = ExecuteNonQuery("PublishOrders");
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.ExecuteNonQuery Overload List