R
Reiner Ziegler
Hi there,
I'm writing my first bigger program with VS2005 (C#) and
CF 2.0 (means I'm a newbee to .NET!).
I have a problem which I can describe
in simple words like so:
I wish to convert the Returnvalue of the
System.Data.DataRow Indexer (e.g. object outValue = row[index])
(which is generic System.Object) to the specific Data-Type of
the DataColumn at RUNTIME!
Is this possible and how can I acomplish that?
Any help is VERY appreciated!
Thanks in advance and greetings
Reiner
I'm writing my first bigger program with VS2005 (C#) and
CF 2.0 (means I'm a newbee to .NET!).
I have a problem which I can describe
in simple words like so:
I wish to convert the Returnvalue of the
System.Data.DataRow Indexer (e.g. object outValue = row[index])
(which is generic System.Object) to the specific Data-Type of
the DataColumn at RUNTIME!
Is this possible and how can I acomplish that?
Any help is VERY appreciated!
Thanks in advance and greetings
Reiner