Common data annotations for Entity framework

Source: Internet
Author: User

Namespaces: System.ComponentModel.DataAnnotations

Key

This column is the primary key

[Databasegenerated (Databasegeneratedoption.none)]

Specifies that the column is not generated from the database

[Required]

[Required (errormessage = "cannot be empty")]

The column cannot enter a null value

[MaxLength (errormessage= "Bloggername must be under 10 characters"), MinLength (5)]

Defines the field length for this column

[Notmapped]

The column does not map to the database

[ComplexType]

The class is a combined type

[Concurrencycheck]

Concurrency check for this column

[Table name]

Specify the name of the table

[Column ("Blogdescription", typename= "ntext")]

Specifying column names and types of columns

[Databasegenerated (databasegenerationoption.computed)]

Common data annotations for Entity framework

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.