I just noticed someone using the PrimitiveType class. It seems like an alternative to IUserType, but I can t find any documentation for it. What is it for?
Instead of getting into code, I have a simple question. Default behavior for a simple one-to-many is that it inserts the child record then updates the foreign key column with the parent key. Has ...