C# Class GrapeDapper.Core.ResultAttribute

Inheritance: ColumnAttribute
显示文件 Open project: luohuazhiyu/GrapeDapper

Public Methods

Method Description
ResultAttribute ( ) : System

Constructs a new instance of the ResultAttribute.

ResultAttribute ( string name ) : System

Constructs a new instance of the ResultAttribute.

Method Details

ResultAttribute() public method

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

ResultAttribute() public method

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