Example #1
0
 private void detach_OperationRecords(OperationRecord entity)
 {
     this.SendPropertyChanging();
     entity.Operation = null;
 }
Example #2
0
 partial void UpdateOperationRecord(OperationRecord instance);
Example #3
0
 partial void DeleteOperationRecord(OperationRecord instance);
Example #4
0
 partial void InsertOperationRecord(OperationRecord instance);