Example #1
0
		private void detach_FuncArgsLists(FuncArgsList entity)
		{
			this.SendPropertyChanging();
			entity.SWLibSymbol = null;
		}
Example #2
0
 partial void DeleteFuncArgsList(FuncArgsList instance);
Example #3
0
 partial void InsertFuncArgsList(FuncArgsList instance);
Example #4
0
 partial void UpdateFuncArgsList(FuncArgsList instance);
Example #5
0
		private void detach_FuncArgsLists(FuncArgsList entity)
		{
			this.SendPropertyChanging();
			entity.FuncMain = null;
		}