TableAttribute(String) Constructeur

Définition

Initialise une nouvelle instance de la classe TableAttribute à l'aide du nom de la table spécifié.

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)

Paramètres

name
String

Nom de la table à laquelle la classe est mappée.

S’applique à