TableAttribute(String) Constructor

Definition

Initializes a new instance of the TableAttribute class using the specified name of the table.

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)

Parameters

name
String

The name of the table the class is mapped to.

Applies to