.NET Core 3 Entity Framework Kode Kode Bidang Gambar Pertama

public class Image
{
    public int Id { get; set; }
    public string ImageTitle { get; set; }
    public byte[] ImageData { get; set; }
}
Inquisitive Ibex