S

S

  • NA
  • 381
  • 97.6k

Code analysis

Mar 7 2012 4:59 AM
Given the below code snippet - is the Customer Property Getting or Setting here?

I generally find it uneasy to grasp as to whether a Property is Getting data ready for returning or Setting the data...

order.Customer = _customerDao.GetCustomerByOrder(order.OrderId);

Thanks

Answers (3)