Re: Mapping a column twice....

17 views
Skip to first unread message

Ricardo Peres

unread,
Jun 10, 2012, 4:24:32 PM6/10/12
to nhu...@googlegroups.com
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,,

Reply all
Reply to author
Forward
0 new messages