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