Beispiel #1
0
		private void detach_tbl_USERs(tbl_USER entity)
		{
			this.SendPropertyChanging();
			entity.tbl_Country = null;
		}
Beispiel #2
0
 partial void Deletetbl_USER(tbl_USER instance);
Beispiel #3
0
 partial void Inserttbl_USER(tbl_USER instance);
Beispiel #4
0
 partial void Updatetbl_USER(tbl_USER instance);
Beispiel #5
0
		private void attach_tbl_USERs(tbl_USER entity)
		{
			this.SendPropertyChanging();
			entity.tbl_Region = this;
		}