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

Inheritance: Attribute
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
TableAttribute ( string name ) : System.Globalization

Initializes a new instance of the TableAttribute class.

Method Details

TableAttribute() public méthode

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