private void detach_SystemProcedures(SystemProcedure entity) { this.SendPropertyChanging(); entity.SystemIntervalSpecifier = null; }
partial void UpdateSystemProcedure(SystemProcedure instance);
partial void DeleteSystemProcedure(SystemProcedure instance);
partial void InsertSystemProcedure(SystemProcedure instance);