Register
-
Login
Home
Software
Tools
Forums
Blog
Current Page:
Forums
Forum
Forum
NHibernate
NHibernate Ital...
Nhibernate in VS senza project(.prj)
Previous
Next
3/26/2007 10:28 AM
mau
7 posts
Re: Nhibernate in VS senza project(.prj)
(Italy)
la "1.0.4"
3/27/2007 11:52 PM
luke
60 posts
www.lukesoft.com
Re: Nhibernate in VS senza project(.prj)
(Italy)
c'è un altro errore nel file di mapping
<
property
name
=
"
Cognome
"
type
=
"
String
"
length
=
"
20
"
/>
manca la colonna
<
property
name
=
"
Cognome
"
column
="nome_campo"
type
=
"
String
"
length
=
"
20
"
/>
Page 3 of 3
Previous
1
2
3
Previous
Next
Forum
NHibernate
NHibernate Ital...
Nhibernate in VS senza project(.prj)