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

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

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

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

Constructs a new instance of the ResultAttribute.

ResultAttribute ( string name ) : System

Constructs a new instance of the ResultAttribute.

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

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

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

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

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