C# 클래스 GrapeDapper.Core.ResultAttribute

상속: ColumnAttribute
파일 보기 프로젝트 열기: luohuazhiyu/GrapeDapper

공개 메소드들

메소드 설명
ResultAttribute ( ) : System

Constructs a new instance of the ResultAttribute.

ResultAttribute ( string name ) : System

Constructs a new instance of the ResultAttribute.

메소드 상세

ResultAttribute() 공개 메소드

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

ResultAttribute() 공개 메소드

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