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)
Gets a value to be assigned to a property.
public override Guid Next(EntityEntry entry)
Parameters
entryEntityEntryThe change tracking entry of the entity for which the value is being generated.
Returns
- Guid
The value to be assigned to a property.