partial void DeleteLocationMapValue(LocationMapValue instance);
 partial void InsertLocationMapValue(LocationMapValue instance);
 partial void UpdateLocationMapValue(LocationMapValue instance);
		private void detach_LocationMapValues(LocationMapValue entity)
		{
			this.SendPropertyChanging();
			entity.lkupExtSource = null;
		}