L
localhost
Is it possible to store a byte[] array as a type for a DataColumn? I
was thinking of a generic way to store *anything* in a DataColumn
without seriously typing it, then I can pass the DataSet that contains
it anywhere.
If that is not possible, can I just use an object as a DataColumn
type?
Thanks.
was thinking of a generic way to store *anything* in a DataColumn
without seriously typing it, then I can pass the DataSet that contains
it anywhere.
If that is not possible, can I just use an object as a DataColumn
type?
Thanks.