Edit

Share via


TableAttribute(String) Constructor

Definition

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

C#
public TableAttribute(string name);

Parameters

name
String

The name of the table the class is mapped to.

Applies to