C# Class GrapeDapper.Core.TableAttribute

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

Public Methods

Method Description
TableAttribute ( string tableName = null, bool explicitColumns = false, bool autoIncrement = true ) : System

Constructs a new instance of the TableAttribute.

Method Details

TableAttribute() public method

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
return System