I m new to c# Windows Form Application and I m having a problem in adding/inserting data to SQL DB that has relationship between tables. My question is, Will the relation between the tables function in C# Windows Form Application?
这就是我的行将如何看待。
I m looking for a way to add data to the Article table and Body table where Artcle.body_id will pupolate accordingly. The same as MVC. Thanx