Class NpgsqlSequentialStringValueGenerator
- 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 NpgsqlSequentialStringValueGenerator : ValueGenerator<string>
- Inheritance
-
NpgsqlSequentialStringValueGenerator
- 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 string Next(EntityEntry entry)
Parameters
entry
EntityEntry