示例#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;
 }