TableAttribute(String) Конструктор

Определение

Инициализирует новый экземпляр класса TableAttribute с помощью указанного имени таблицы.

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)

Параметры

name
String

Имя таблицы, с которой сопоставлен класс.

Применяется к