C# Класс System.ComponentModel.DataAnnotations.Schema.TableAttribute

Наследование: Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TableAttribute ( string name ) : System.Globalization

Initializes a new instance of the TableAttribute class.

Описание методов

TableAttribute() публичный Метод

Initializes a new instance of the TableAttribute class.
public TableAttribute ( string name ) : System.Globalization
name string The name of the table the class is mapped to.
Результат System.Globalization