I have an object of type Employee which has a Guid property. I know if I want to set to null I must to define my type property as nullable Nullable
Nullable
You can use typeof(Guid), "00000000-0000-0000-0000-000000000000" for DefaultValue of the property.
typeof(Guid), "00000000-0000-0000-0000-000000000000"