Execute a stored procedure via a Command (that returns a 1x1 resultset and takes no parameters) against the a Transaction.
An object containing the value in the 1x1 resultset generated by the command
int orderCount = (int)ExecuteScalar("GetOrderCount");
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.ExecuteScalarTransactional Overload List