C# Класс GrapeDapper.Core.ColumnAttribute

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

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

Метод Описание
ColumnAttribute ( ) : System

Constructs a new instance of the ColumnAttribute.

ColumnAttribute ( string name ) : System

Constructs a new instance of the ColumnAttribute.

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

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

Constructs a new instance of the ColumnAttribute.
public ColumnAttribute ( ) : System
Результат System

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

Constructs a new instance of the ColumnAttribute.
public ColumnAttribute ( string name ) : System
name string The name of the column.
Результат System