C# Класс GrapeDapper.Core.TableAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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