I have an class with an IDictionary on it. <map name=\"CodedExamples\" table=\"tOwnedCodedExample\">
I\'m a C# programmer constrained to write VB.NET code. While exploring NHibernate further for my current client, I encountered FluentNHibernate, which I find real attractive.
I have table CUSTOMER where CUSTOMER_ID is primary key. Table CREATE TABLE [CUSTOMER]( [CUSTOMER_ID] [int] NOT NULL,
i am making a little application to help me balance my checkbook. i am using Castle ActiveRecord to map the object properties to the database. now here is the problem. as i am making a money program i
I am getting a cannot load entity error because of {\"Incorrect syntax near the keyword \'File\'.\"} Here is my mapping file.I\'m assuming I am not escaping something properly but I don\'t see what.I
OK, so here is the problem. Its not even as crazy as the guy who wants to map m:n with different column counts in his PKs.
I\'ve got a MS-SQL database with a table created with this code CREATE TABLE [dbo].[portfoliomanager](
I have to 2 entities like this: class A { int id { get; set; } string Name { get; set; } } class B { int id { get; set; }
I have a working one to many relationship (NOT bbidirectional) where Resource has a set of many Allocations implented as shown below. The domain needs to do more with the collection of allocations tha
I am having some probs with my fluent mappings. I have an entity with a child collection of entities i.e Event and EventItems for example.