コード例 #1
0
		private void detach_ChannelXUsers(ChannelXUser entity)
		{
			this.SendPropertyChanging();
			entity.Channel = null;
		}
コード例 #2
0
		private void attach_ChannelXUsers(ChannelXUser entity)
		{
			this.SendPropertyChanging();
			entity.Channel = this;
		}
コード例 #3
0
 partial void UpdateChannelXUser(ChannelXUser instance);
コード例 #4
0
 partial void DeleteChannelXUser(ChannelXUser instance);
コード例 #5
0
 partial void InsertChannelXUser(ChannelXUser instance);