2 out of 2 rated this helpful - Rate this topic

System.ComponentModel.DataAnnotations.Schema Namespace

.NET Framework 4.5

The System.ComponentModel.DataAnnotations.Schema namespace provides support for attribute classes that are used to define metadata for ASP.NET MVC and ASP.NET data controls.

  Class Description
Public class ColumnAttribute Represents a column attribute.
Public class ComplexTypeAttribute Denotes that the class is a complex type.
Public class Supported by Portable Class Library Supported in .NET for Windows Store apps DatabaseGeneratedAttribute Represents a database generated attribute.
Public class ForeignKeyAttribute Denotes a property used as a foreign key in a relationship.
Public class InversePropertyAttribute Represents an inverse property attribute.
Public class NotMappedAttribute Denotes that a property or class should be excluded from database mapping.
Public class TableAttribute Specifies the database table that a class is mapped to.
  Enumeration Description
Public enumeration Supported by Portable Class Library Supported in .NET for Windows Store apps DatabaseGeneratedOption Enumerates a database generated options.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.