I have a C# project that uses two providers : SQL and POSTGRESS.
I have to run a command on the DB to turn IDENTITY_INSERT ON and OFF.
I know how to do it in S