Example #1
0
 private void detach_PropTypeBySports(PropTypeBySport entity)
 {
     this.SendPropertyChanging();
     entity.PropType = null;
 }
Example #2
0
 private void attach_PropTypeBySports(PropTypeBySport entity)
 {
     this.SendPropertyChanging();
     entity.PropType = this;
 }
Example #3
0
 partial void UpdatePropTypeBySport(PropTypeBySport instance);
Example #4
0
 partial void DeletePropTypeBySport(PropTypeBySport instance);
Example #5
0
 partial void InsertPropTypeBySport(PropTypeBySport instance);