コード例 #1
0
 partial void DeletetblOgrenci(tblOgrenci instance);
コード例 #2
0
 partial void UpdatetblOgrenci(tblOgrenci instance);
コード例 #3
0
 private void detach_tblOgrencis(tblOgrenci entity)
 {
     this.SendPropertyChanging();
     entity.tblEgitmen = null;
 }
コード例 #4
0
 partial void InserttblOgrenci(tblOgrenci instance);
コード例 #5
0
 private void attach_tblOgrencis(tblOgrenci entity)
 {
     this.SendPropertyChanging();
     entity.tblDer = this;
 }