PetaPoco – Inserting a GUID into “uniqueidentifier” field in SQL Server results in empty guid
I have a table that contains a “uniqueidentifier”, which defaults to “00000000-0000-0000-0000-000000000000” (Guid.Empty) via default value on SQL Server when no value is provided.
PetaPoco – Inserting a GUID into “uniqueidentifier” field in SQL Server results in empty guid
I have a table that contains a “uniqueidentifier”, which defaults to “00000000-0000-0000-0000-000000000000” (Guid.Empty) via default value on SQL Server when no value is provided.