private void detach_FuncArgsLists(FuncArgsList entity) { this.SendPropertyChanging(); entity.SWLibSymbol = null; }
partial void DeleteFuncArgsList(FuncArgsList instance);
partial void InsertFuncArgsList(FuncArgsList instance);
partial void UpdateFuncArgsList(FuncArgsList instance);
private void detach_FuncArgsLists(FuncArgsList entity) { this.SendPropertyChanging(); entity.FuncMain = null; }