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