C# Class Frapid.Mapper.Decorators.PrimaryKeyAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: frapid/frapid

Méthodes publiques

Méthode Description
PrimaryKeyAttribute ( string primaryKey, bool autoIncrement = true, bool isIdentity = true ) : System

Method Details

PrimaryKeyAttribute() public méthode

public PrimaryKeyAttribute ( string primaryKey, bool autoIncrement = true, bool isIdentity = true ) : System
primaryKey string
autoIncrement bool
isIdentity bool
Résultat System