C# Класс Frapid.Mapper.Decorators.PrimaryKeyAttribute

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

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

Метод Описание
PrimaryKeyAttribute ( string primaryKey, bool autoIncrement = true, bool isIdentity = true ) : System

Описание методов

PrimaryKeyAttribute() публичный Метод

public PrimaryKeyAttribute ( string primaryKey, bool autoIncrement = true, bool isIdentity = true ) : System
primaryKey string
autoIncrement bool
isIdentity bool
Результат System