Example #1
0
 private void detach_CounterOperationRecords(CounterOperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Operation = null;
 }
Example #2
0
 partial void DeleteCounterOperationRecord(CounterOperationRecord instance);
Example #3
0
 partial void InsertCounterOperationRecord(CounterOperationRecord instance);
Example #4
0
 partial void UpdateCounterOperationRecord(CounterOperationRecord instance);
Example #5
0
 private void attach_CounterOperationRecords(CounterOperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Repository = this;
 }