private void detach_Dlls(Dll entity) { this.SendPropertyChanging(); entity.Owner = null; }
partial void DeleteDll(Dll instance);
private void attach_Dlls(Dll entity) { this.SendPropertyChanging(); entity.Owner = this; }
partial void InsertDll(Dll instance);
partial void UpdateDll(Dll instance);