private void button1_Click(object sender, EventArgs e) { Table_Malibagh s = ul.Table_Malibaghs.SingleOrDefault(x => x.Area == "3"); if (s != null) { textBoxBedrooms.Text = s.BedRooms; textBoxAddress.Text = s.Address; textBoxSize.Text = s.Size; textBoxRentAmount.Text = s.RentAmount; } pictureBox1.Show(); pictureBox2.Show(); }
partial void DeleteTable_Malibagh(Table_Malibagh instance);
partial void UpdateTable_Malibagh(Table_Malibagh instance);
partial void InsertTable_Malibagh(Table_Malibagh instance);