private void detach_CategoryLogs(CategoryLog entity) { this.SendPropertyChanging(); entity.Category = null; }
partial void DeleteCategoryLog(CategoryLog instance);
private void attach_CategoryLogs(CategoryLog entity) { this.SendPropertyChanging(); entity.Category = this; }
partial void InsertCategoryLog(CategoryLog instance);
partial void UpdateCategoryLog(CategoryLog instance);