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

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

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