Using the function might be useful for consistency. I have worked in
databases where we have identical code all over the place: e.g.
LastName + ', ' + FirstName + ' ' + MiddleName.
I function would be nice for that. As far as speed goes, It may have a
negative effect.
Another option is to create a view of your data that has a FullName
column based on the others.