C# Class System.ComponentModel.DataAnnotations.Schema.ColumnAttribute

Inheritance: Attribute
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ColumnAttribute ( ) : System.Globalization

Initializes a new instance of the ColumnAttribute class.

ColumnAttribute ( string name ) : System.Globalization

Initializes a new instance of the ColumnAttribute class.

Method Details

ColumnAttribute() public méthode

Initializes a new instance of the ColumnAttribute class.
public ColumnAttribute ( ) : System.Globalization
Résultat System.Globalization

ColumnAttribute() public méthode

Initializes a new instance of the ColumnAttribute class.
public ColumnAttribute ( string name ) : System.Globalization
name string The name of the column the property is mapped to.
Résultat System.Globalization