Мне нужно добавить это изображение, загруженное в таблицу базы данных, которую я создал в SQL
new BL_Gallery().insertGallery(new ML_Gallery()
{
ImageName = txtName.Text,
Image = pictureBox1.Image; // I'm getting an error.
});
XtraMessageBox.Show("Image Added !", "Success", MessageBoxButtons.OK, MessageBoxIcon.Information);
this.Close();