I'm trying to figure out the mapping for the following:

I have multiple tables (about 20 actually) that I want to map to a
single class.  These tables have different sets of columns, but there
are 6 columns in each table that are all the same.  One of these
columns represents a discriminator that determines what table to use.
In addition, these six columns make up each table's composite primary
key.  They are not consistently named either.

My initial look at updateable views in Sql Server makes me think that
I won't be able to meet the requirements to make a view updateable.
So I don't think that option is available to me.

I'm hoping someone can point me in the right direction.  Thanks

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to