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