Method with return value

In this page we'll:

  • Explain how to create a method with return type
  • Create a method called ShipperDoesNotExist and use it in our If Statement
bool ShipperDoesNotExist()
{
    return !Relations[Shippers].RowFound;
} 
  • Use the "Extract Method" visual studio refactoring to create the InvalidOrderDate method

Help us improve, Edit this page on GitHub
or email us at info@fireflymigration.com