NHibernate version:1.2.0Beta
Name and version of the database you are using: MSSQL 2000
I have a unique and crappy problem. I am using a MSSQL database with a table that has an identity column in it. I don't know why the column is an identity column because the way the field is used is to turn IDENTITY INSERT ON, insert our own calculated value, then turn IDENTITY INSERT OFF. The problem I have is I need to tell NHibernate to turn IDENTITY INSERT ON, then back OFF whenever I'm inserting a row into this table.
Can this be done?
Thanks
|