TableAttribute(String) Konstruktor

Definition

Initierar en ny instans av TableAttribute klassen med det angivna namnet på tabellen.

public:
 TableAttribute(System::String ^ name);
public TableAttribute(string name);
new System.ComponentModel.DataAnnotations.Schema.TableAttribute : string -> System.ComponentModel.DataAnnotations.Schema.TableAttribute
Public Sub New (name As String)

Parametrar

name
String

Namnet på tabellen som klassen mappas till.

Gäller för