I think this is possible, but correct me if not.
Vb.Net, I have a serializable class meaning instances of the class can be persisted to disk or memory.
I want to use a DataTable to store these instances. For example, having a column called ClassInstance which will hold the serialized instance of the class.
My question is, what datatype to use for the column definition and what method to use to load the serialized instance into the datatable row.
Thanks for any help on this.
Vb.Net, I have a serializable class meaning instances of the class can be persisted to disk or memory.
I want to use a DataTable to store these instances. For example, having a column called ClassInstance which will hold the serialized instance of the class.
My question is, what datatype to use for the column definition and what method to use to load the serialized instance into the datatable row.
Thanks for any help on this.
Comment