I need to store image in windows phone sql server ce.
Now the data type that linq to sql supports for image is either Binary or byte[].
Can anyone please tell me how to convert
System.Windows.Media.Imaging.BitMapImage to either of the data types? I specifically need this bitmap image and
not System.Drawings.Image.
System.Windows.Media.Imaging;
Pratiksha