C# Class GrapeDapper.Core.KeyAttribute

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

Public Methods

Method Description
KeyAttribute ( string columnName = null ) : System

Constructs a new instance of the KeyAttribute.

Method Details

KeyAttribute() public method

Constructs a new instance of the KeyAttribute.
public KeyAttribute ( string columnName = null ) : System
columnName string
return System