Beispiel #1
0
		private void detach_Matches1(Match entity)
		{
			this.SendPropertyChanging();
			entity.User1 = null;
		}
Beispiel #2
0
		private void attach_Matches1(Match entity)
		{
			this.SendPropertyChanging();
			entity.User1 = this;
		}
Beispiel #3
0
 partial void UpdateMatch(Match instance);
Beispiel #4
0
 partial void DeleteMatch(Match instance);
Beispiel #5
0
 partial void InsertMatch(Match instance);