private void detach_CounterOperationRecords(CounterOperationRecord entity) { this.SendPropertyChanging(); entity.Operation = null; }
partial void DeleteCounterOperationRecord(CounterOperationRecord instance);
partial void InsertCounterOperationRecord(CounterOperationRecord instance);
partial void UpdateCounterOperationRecord(CounterOperationRecord instance);
private void attach_CounterOperationRecords(CounterOperationRecord entity) { this.SendPropertyChanging(); entity.Repository = this; }