コード例 #1
0
 private void detach_tb_Arestas1(tb_Aresta entity)
 {
     this.SendPropertyChanging();
     entity.tb_Vertice1 = null;
 }
コード例 #2
0
 private void attach_tb_Arestas(tb_Aresta entity)
 {
     this.SendPropertyChanging();
     entity.tb_Vertice = this;
 }
コード例 #3
0
 partial void Updatetb_Aresta(tb_Aresta instance);
コード例 #4
0
 partial void Deletetb_Aresta(tb_Aresta instance);
コード例 #5
0
 partial void Inserttb_Aresta(tb_Aresta instance);