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