a company I am working for is using an ERP and it\'s legacy database is Oracle. Until now I\'ve used packages (oracle stored procedures) to access data but during the years the number has grown consis
We have Users on our system and Persons.There are many Persons for each User.But when a user logs on, we need to look up his primary Person record to fill in his name, address, phone, etc.
I have a database view (Sql Server 2005) that has a column Duration (EndDate - StartDate) and I want that to be mapped to a TimeSpan property in .NET.
I\'ve got a User class that I want to update. There\'s a User table in my database with two columns among others: FirstName and Lastname and there\'s a computed column called DisplayName that concaten
I have the following classes: class Person { public string Name { get; set; } } class Employee : Person { public int Salary { get; set; }
Disclaimer: I\'m fairly new to NH & ORM in general. Disclaimer: I\'m working with a build of FNH from here in order to use with NH3.0GA.
I am trying to map the following table setup, of which I have no control over (sorry for the text tables, I can\'t post images yet):
I have the following two entities, with their mappings: public class VideoCategory : BaseEntity<VideoCategory>
How can I map the class AttributeSet with Fluent NHibernate using a fluent mapping 开发者_JAVA百科
my application has 2 entities called Event and Transaction.An Event may or may not have a transacti开发者_StackOverflowon but can only have 1 Transaction.I thought the best way to map this was with a