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