G
G .Net
Hi
Can anybody help with a problem with Expressions for DataColumns
Suppose I have a table with three fields A, B and C.
I want an expression in column C so that
C = 2 * A if A is not null
C = 3 * B otherwise
Can anybody help with the syntax?
Thanks in advance
G
Can anybody help with a problem with Expressions for DataColumns
Suppose I have a table with three fields A, B and C.
I want an expression in column C so that
C = 2 * A if A is not null
C = 3 * B otherwise
Can anybody help with the syntax?
Thanks in advance
G