Ejemplo n.º 1
0
 private void detach_tblPlants(tblPlant entity)
 {
     this.SendPropertyChanging();
     entity.tblCollection = null;
 }
Ejemplo n.º 2
0
 private void detach_tblPlants(tblPlant entity)
 {
     this.SendPropertyChanging();
     entity.tblSpecy = null;
 }
Ejemplo n.º 3
0
 private void attach_tblPlants(tblPlant entity)
 {
     this.SendPropertyChanging();
     entity.tblSpecy = this;
 }
Ejemplo n.º 4
0
 partial void DeletetblPlant(tblPlant instance);
Ejemplo n.º 5
0
 partial void UpdatetblPlant(tblPlant instance);
Ejemplo n.º 6
0
 partial void InserttblPlant(tblPlant instance);