TableAttribute(String) Konstruktor

Definice

Inicializuje novou instanci TableAttribute třídy pomocí zadaného názvu tabulky.

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)

Parametry

name
String

Název tabulky, na které je třída namapovaná.

Platí pro