Execute a Command (that returns a 1x1 resultset) against a Transaction using the provided parameters.
An object containing the value in the 1x1 resultset generated by the command
int orderCount = (int)ExecuteScalar(CommandType.StoredProcedure, "GetOrderCount", new SqlParameter("@prodid", 24));
GenericDataHelper Class | DotnetProject.Data Namespace | GenericDataHelper.ExecuteScalarTransactional Overload List