private void detach_Ogrencis(Ogrenci entity) { this.SendPropertyChanging(); entity.Veli = null; }
private void attach_Ogrencis(Ogrenci entity) { this.SendPropertyChanging(); entity.Veli = this; }
partial void UpdateOgrenci(Ogrenci instance);
partial void DeleteOgrenci(Ogrenci instance);
partial void InsertOgrenci(Ogrenci instance);