Saving image to database as varbinary (silverlight)

前端 未结 1 1350
失恋的感觉
失恋的感觉 2021-01-23 12:46

Today I have been trying to get an image to save into a database, and I really can\'t figure it out.

I have made the following table (Afbeeldingen):

<
相关标签:
1条回答
  • 2021-01-23 13:20

    You need to construct a Binary object.

    a.afbeelding1 = new Binary( bytes );
    
    0 讨论(0)
提交回复
热议问题