Class NpgsqlSequentialGuidValueGenerator
- Assembly
- Npgsql.EntityFrameworkCore.PostgreSQL.dll
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public class NpgsqlSequentialGuidValueGenerator : ValueGenerator<Guid>
- Inheritance
-
NpgsqlSequentialGuidValueGenerator
- Inherited Members
Properties
GeneratesTemporaryValues
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public override bool GeneratesTemporaryValues { get; }
Property Value
Methods
Next(EntityEntry)
This API supports the Entity Framework Core infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.
public override Guid Next(EntityEntry entry)
Parameters
entry
EntityEntry