C# Класс MicroLite.Mapping.Attributes.TableAttribute

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

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

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

Initialises a new instance of the TableAttribute class.

TableAttribute ( string schema, string name ) : System

Initialises a new instance of the TableAttribute class.

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

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

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

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

Initialises a new instance of the TableAttribute class.
public TableAttribute ( string schema, string name ) : System
schema string The database schema the table exists within (e.g. 'dbo'); otherwise null.
name string The name of the table.
Результат System