The question: how can I save the image that is the image control (Name Photo) that is in bmp format for the database in SQL Server from UWP and C#?
class.cs
public BitmapImage Picture { get; set; }
Code C# SQL: I would be missing the equal part of the code
cmd.Parameters.Add("@picture", SqlDbType.Image).Value =;