コード例 #1
0
 partial void DeleteMatchSessions_Tag(MatchSessions_Tag instance);
コード例 #2
0
 partial void UpdateMatchSessions_Tag(MatchSessions_Tag instance);
コード例 #3
0
		private void detach_MatchSessions_Tag(MatchSessions_Tag entity)
		{
			this.SendPropertyChanging();
			entity.Tag = null;
		}
コード例 #4
0
 partial void InsertMatchSessions_Tag(MatchSessions_Tag instance);
コード例 #5
0
		private void attach_MatchSessions_Tag(MatchSessions_Tag entity)
		{
			this.SendPropertyChanging();
			entity.MatchSession = this;
		}