The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DatabaseGeneratedOption Enumeration
.NET Framework (current version)
Represents the pattern used to generate values for a property in the database.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
| Member name | Description | |
|---|---|---|
| Computed | The database generates a value when a row is inserted or updated. | |
| Identity | The database generates a value when a row is inserted. | |
| None | The database does not generate values. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Show: