Hi folks:

I need to get column name and column type (.net type not sql type) of <Id> 
mapping and <composite-id>. I use this code:

            var m = m_config.GetClassMapping(m_EntityType);
            var columns = m.Identifier.ColumnIterator;

            foreach (var c in columns)
            {
                var n = c.Text; // column name?

            }

If you see attach I can found column name at Text (it is right?). I can 
find type at Value but Value is not visible at runtime.

Please can you tell me if there is a better solution?

Cheers

-- 
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 https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to