I have a custom business class in which I am going to copy in some data from a SQL table. In that SQL table, we use an identity column which always increments by 1 when inserting a record. Because this data is used by another application outside of IPA, I need to maintain this behavior and have no idea how to auto increment this field in the custom business class.