Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Yes. You can set the BO properties as such:
PrimaryKeyIsAutoIncremented = False PrimaryKeyIsUpdatable = True
If you are using the DDT, you will need to check "Primary Key Is Updatable" flag for that field so that the stored sprocs for the CRUD are created correctly.
|