On 04/10/2014 19:46, Ricardo Peres wrote:
> What string are you settings as SqlInsert?
> 
> RP

The SqlInsert defined at class-mapping level (and not at Bag
level-definition)

example:

class SpalmaturaMap
        : ClassMapping<Spalmatura>
    {
        public SpalmaturaMap() {
            //NH-3650
            Table("(select *, idspalmatura as id from
procardsPartiSpalmature)");
            ...
            SqlInsert(@"insert into ...");

           ...

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to