W
What-a-Tool
Have 2 columns in a DataTable:
Home
Guest
I want to concatenate them into 1 column (A New Data Column) with a "vs."
between them.
I can combine the 2 rows with this format:
dcGame.Expression = "Home + ' ' + Guest"
but I can't get the ".vs" in there no matter what I try.
Could someone please tip me off to the correct formating?
Thanks-Sean
Home
Guest
I want to concatenate them into 1 column (A New Data Column) with a "vs."
between them.
I can combine the 2 rows with this format:
dcGame.Expression = "Home + ' ' + Guest"
but I can't get the ".vs" in there no matter what I try.
Could someone please tip me off to the correct formating?
Thanks-Sean