0
If it cannot be done in the select statement as Vulpes suggests then there is something you are not telling us.
0
If SELECT statement will not help you, might LINQ to DataTable will.
0
Createa view of the table were you have a column that is your (First*100) [CompountColumn].
0
thats not possible in my case
0
You could multiply that particular column by 100 in your SELECT command when you retrieve the rows from the database.