示例#1
0
 private void detach_Dlls(Dll entity)
 {
     this.SendPropertyChanging();
     entity.Owner = null;
 }
示例#2
0
 partial void DeleteDll(Dll instance);
示例#3
0
 private void attach_Dlls(Dll entity)
 {
     this.SendPropertyChanging();
     entity.Owner = this;
 }
示例#4
0
 partial void InsertDll(Dll instance);
示例#5
0
 partial void UpdateDll(Dll instance);
		private void detach_Dlls(Dll entity)
		{
			this.SendPropertyChanging();
			entity.Owner = null;
		}
		private void attach_Dlls(Dll entity)
		{
			this.SendPropertyChanging();
			entity.Owner = this;
		}
 partial void DeleteDll(Dll instance);
 partial void UpdateDll(Dll instance);
 partial void InsertDll(Dll instance);