Forum Discussion

mugheessiddiqui's avatar
mugheessiddiqui
Contributor
9 years ago
Solved

Read Blob object from DB and convert to System.Collection.Generic.List type of object.

I have scenario where database field stores a System.Collection.Generic.List of Double object. Now I want to read a BLOB object from database field and convert it to list of Array or any type collect...