C# 클래스 GrapeDapper.Core.KeyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: luohuazhiyu/GrapeDapper

공개 메소드들

메소드 설명
KeyAttribute ( string columnName = null ) : System

Constructs a new instance of the KeyAttribute.

메소드 상세

KeyAttribute() 공개 메소드

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