I have a primary key and needed to use it in another table as FK, how do I insert into the database in a way that does not need to use the set or get modifiers?
I have a primary key and needed to use it in another table as FK, how do I insert into the database in a way that does not need to use the set or get modifiers?