I tried this first
*<property name="SomeName" type="decimal(4,2)"/>*
and I get
*
NHibernate.MappingException: Could not determine type for:
decimal(4,2), for columns: NHibernate.Mapping.Column(SomeName)"
*I used <*column */> because I needed access to *sql-type* (so I also have
to set the name)
if I use *type="Decimal(4,2)" *then I get DECIMAL(19,5)
Yitzchok
On Mon, Dec 1, 2008 at 12:35 PM, Fabio Maulo <[EMAIL PROTECTED]> wrote:
> decimal(4,2)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nhusers" group.
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
-~----------~----~----~----~------~----~------~--~---