Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does current version of SubSonic support PrimaryKey (Int) which is not Autoincrement? How?

PS: If I don't use SimpleRepository() I can save new record with assigned Id so more or less I can go on, thz.

share|improve this question
Could you please explain a little more what problem you're trying to solve. Is SubSonic failing when you have primary key that you specify the value for? – Adam Sep 24 '09 at 21:28

1 Answer

Without knowing exactly what you mean, I can tell you this much: SubSonic ActiveRecord does support such keys, you just need to remember to set them manually when creating new records.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.