I don't know FNH, but can you add something like:

References(x => x.Client).Column("c_client").Updatable(false);

?

On Friday, June 8, 2012 4:55:03 PM UTC+1, StuS wrote:
>
> Hi Guys,
>
> I've come across a case, we're I've a column mapped twice (un-beknown to 
> us..), and now updates are throwing the "Parameter +1 doesn't exist error".
>
> Is there any suitable way we can achieve the following mapping?
>
> (Please note, this is an inherited database...)
>
>             References(x => x.Matter).Columns(new[] { "c_client", 
> "c_matter" }).NotFound.Ignore();
>             References(x => x.Client).Column("c_client");
>
> Thanks,,
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/nhusers/-/hsucatjnJjMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to