Beispiel #1
0
		private void detach_DGlbMains(DGlbMain entity)
		{
			this.SendPropertyChanging();
			entity.DGlbInstalledFunc = null;
		}
Beispiel #2
0
		private void detach_DGlbMains(DGlbMain entity)
		{
			this.SendPropertyChanging();
			entity.SWLibSymbol = null;
		}
Beispiel #3
0
 partial void DeleteDGlbMain(DGlbMain instance);
Beispiel #4
0
 partial void UpdateDGlbMain(DGlbMain instance);
Beispiel #5
0
 partial void InsertDGlbMain(DGlbMain instance);
Beispiel #6
0
		private void attach_DGlbMains(DGlbMain entity)
		{
			this.SendPropertyChanging();
			entity.TGlbMain = this;
		}