コード例 #1
0
		private void detach_SessionTags(SessionTags entity)
		{
			this.SendPropertyChanging();
			entity.Tags = null;
		}
コード例 #2
0
		private void attach_SessionTags(SessionTags entity)
		{
			this.SendPropertyChanging();
			entity.Tags = this;
		}
コード例 #3
0
 partial void UpdateSessionTags(SessionTags instance);
コード例 #4
0
 partial void DeleteSessionTags(SessionTags instance);
コード例 #5
0
 partial void InsertSessionTags(SessionTags instance);