private void detach_OgrenciDers(OgrenciDer entity) { this.SendPropertyChanging(); entity.Ogrenci = null; }
private void attach_OgrenciDers(OgrenciDer entity) { this.SendPropertyChanging(); entity.Ogrenci = this; }
partial void UpdateOgrenciDer(OgrenciDer instance);
partial void DeleteOgrenciDer(OgrenciDer instance);
partial void InsertOgrenciDer(OgrenciDer instance);