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