DataColumn Expression Q
From: Vai2000 (nospam_at_microsoft.com)
Date: 03/03/05
- Next message: AJ: "C# inheritance"
- Previous message: lexicon: "Writing to a particular position"
- Next in thread: Mohamoss: "RE: DataColumn Expression Q"
- Reply: Mohamoss: "RE: DataColumn Expression Q"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Mar 2005 14:58:13 -0500
Hi All, I have a dataColumn type of string which has values in form of range
like 0-80 or sometimes just 1 value like 100. I want to add another
column[numeric] which basically computes the count of the range & displays
it. I know the hard way of doing this, but was wondering can Expression
Property save me some time? or some easier way
=========
Col0 Col1 NewCol
X 0-10 10
y 100 100
z 5-20 15
TIA
- Next message: AJ: "C# inheritance"
- Previous message: lexicon: "Writing to a particular position"
- Next in thread: Mohamoss: "RE: DataColumn Expression Q"
- Reply: Mohamoss: "RE: DataColumn Expression Q"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|