Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.​ComponentModel.​DataAnnotations.​Schema.​DatabaseGeneratedOption

Assembly: System.ComponentModel.Annotations

Represents the pattern used to generate values for a property in the database.

Values

None
The database does not generate values.
Identity
The database generates a value when a row is inserted.
Computed
The database generates a value when a row is inserted or updated.