コード例 #1
0
 partial void DeleteUpdate(Update instance);
コード例 #2
0
 partial void UpdateUpdate(Update instance);
コード例 #3
0
		private void detach_Updates(Update entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
コード例 #4
0
 partial void InsertUpdate(Update instance);
コード例 #5
0
		private void attach_Updates(Update entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}