Hi guys,
I have a general question.who is more perfomanant: Passing data by Referencing or by data Field. When I was asked this question, I answered that passing data by referencing is better or faster since here you are accessing the memory directly to perform your action, whether it is a read or write. However, when you pass by data field, you need to first copy it to and then use it.
Is this true?
Thanks..Ali