Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding calculated field in a dataset
Message
From
25/04/2006 01:24:02
 
 
To
25/04/2006 01:21:14
General information
Forum:
ASP.NET
Category:
Databases
Miscellaneous
Thread ID:
01116186
Message ID:
01116188
Views:
12
This message has been marked as the solution to the initial question of the thread.
Try this...
MyTable.Columns.Add("TotalDifference", typeof(System.Decimal), "Field1 - Field2");
Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform