Overload | Description |
---|---|
ExecuteScalarSproc(String,IEnumerable<Object>) | Execute the passed stored procedure and return the first column of the first row |
ExecuteScalarSproc(String) | Execute the passed stored procedure and return the first column of the first row |
ExecuteScalarSproc(String,Dictionary<String,Object>) | Execute the passed stored procedure and return the first column of the first row |