Beispiel #1
0
		private void detach_Pytanies(Pytanie entity)
		{
			this.SendPropertyChanging();
			entity.TypPytania = null;
		}
Beispiel #2
0
		private void attach_Pytanies(Pytanie entity)
		{
			this.SendPropertyChanging();
			entity.TypPytania = this;
		}
Beispiel #3
0
 partial void DeletePytanie(Pytanie instance);
Beispiel #4
0
 partial void UpdatePytanie(Pytanie instance);
Beispiel #5
0
 partial void InsertPytanie(Pytanie instance);
Beispiel #6
0
		private void attach_Pytanies(Pytanie entity)
		{
			this.SendPropertyChanging();
			entity.Ankieta1 = this;
		}