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

Inheritance: Attribute
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
TableAttribute ( string name ) : System.Globalization

Initializes a new instance of the TableAttribute class.

Method Details

TableAttribute() public method

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.
return System.Globalization