I usually return the the new "identity" or new primary key of a newly inserted record as an integer, but someone told me they return it as an object for more flexibility. What is "best practices" in doing so?
↧
I usually return the the new "identity" or new primary key of a newly inserted record as an integer, but someone told me they return it as an object for more flexibility. What is "best practices" in doing so?