C# 클래스 GrapeDapper.Core.ColumnAttribute

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

공개 메소드들

메소드 설명
ColumnAttribute ( ) : System

Constructs a new instance of the ColumnAttribute.

ColumnAttribute ( string name ) : System

Constructs a new instance of the ColumnAttribute.

메소드 상세

ColumnAttribute() 공개 메소드

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

ColumnAttribute() 공개 메소드

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