'Usage
Dim instance As DataAccess Dim location As Location Dim value As Boolean value = instance.UpdateLocation(location)
Parameters
- location
- A comprehensive Location object.
Return Value
Returns true if the Location record was successfully updated. Otherwise, returns false.