My sql server database table has Guid as primary key (Id) column and default as newid(), when making an insert to the table using entity core, if i dont supply the Id field i would like the insert ...
On SQL Server, when a Guid property is value-generated, we use the special SequentialGuidValueGenerator; but when a string property is value-generated, we fall back to the core ValueGeneratorSelector, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results