<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0-rc.2.20475.5" />

System.ComponentModel.DataAnnotations.Schema.DatabaseGeneratedOption

Represents the pattern used to generate values for a property in the database.
namespace System.ComponentModel.DataAnnotations.Schema { public enum DatabaseGeneratedOption { None, Identity, Computed } }