C# Class GrapeDapper.Core.ColumnAttribute

Inheritance: System.Attribute
显示文件 Open project: luohuazhiyu/GrapeDapper

Public Methods

Method Description
ColumnAttribute ( ) : System

Constructs a new instance of the ColumnAttribute.

ColumnAttribute ( string name ) : System

Constructs a new instance of the ColumnAttribute.

Method Details

ColumnAttribute() public method

Constructs a new instance of the ColumnAttribute.
public ColumnAttribute ( ) : System
return System

ColumnAttribute() public method

Constructs a new instance of the ColumnAttribute.
public ColumnAttribute ( string name ) : System
name string The name of the column.
return System