Not sure where to start, but I had gotten the most recent version of NHibernate, successfully mapped the most simple of business objects, etc. When trying to move to FluentNHibernate and do the same t
Sybase ODBC driver have an issue with the decimal data type. For example, when an application is trying to save in the database a decimal value occurs this error:
I have been successfully using NHibernate, but now I am trying to move to Fluent NHibernate.I have created all of my mapping files and set up my session manager to use a Fluent Configuration.I then ru
I am changing my application to use Fluent NHibernate.I have created my Fluent mapping files and have now moved onto configuring my Session Manager.Currently, I use the following code -
How do i set the Access Strategy in the mapping class to point to the base _photos field? public class Content
I am using Fluent Nhibernate and Nhibernate for my current project.I need to record the time to开发者_Python百科 the millisecond.I have this for my mapping
I\'m attempting to do the most simple of mappings with FluentNHibernate & Sql2005. Basically, I have a database table called \"sv_Categories\". I\'d like to add a category, setting the ID automati
Any 1-M that use the primary key of the parent table, but any 1-M that uses a different column does not work.It generates the SQL correctly, but put the value of the key into the SQL instead of the co
I\'m trying to make Fluent NHibernate\'s automapping ignore a Dictionary property on one of my classes, but Fluent is ignoring me instead. Ignoring other types of properties seems to work fine, but ev
I\'m new to Fluent NHibernate and I\'m running into a problem. I have a mapping defined as follows: public PersonMapping()