This topic has not yet been rated - Rate this topic

System.ComponentModel.DataAnnotations.Schema Namespace

Contains attributes that are used to provide additional information about classes and properties. These attributes are consumed by Code First when discovering a conceptual model.

  Class Description
Public class DatabaseGeneratedAttribute Specifies how the database generates values for a property.
  Enumeration Description
Public enumeration DatabaseGeneratedOption The pattern used to generate values for a property in the database.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.