views:

159

answers:

1

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.

A: 

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.

romkyns