C# 클래스 GrapeDapper.Core.TableAttribute

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

공개 메소드들

메소드 설명
TableAttribute ( string tableName = null, bool explicitColumns = false, bool autoIncrement = true ) : System

Constructs a new instance of the TableAttribute.

메소드 상세

TableAttribute() 공개 메소드

Constructs a new instance of the TableAttribute.
public TableAttribute ( string tableName = null, bool explicitColumns = false, bool autoIncrement = true ) : System
tableName string The table nane of the database that this entity maps to.
explicitColumns bool
autoIncrement bool
리턴 System