C# Class Frapid.Mapper.Decorators.PrimaryKeyAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: frapid/frapid

Public Methods

Method Description
PrimaryKeyAttribute ( string primaryKey, bool autoIncrement = true, bool isIdentity = true ) : System

Method Details

PrimaryKeyAttribute() public method

public PrimaryKeyAttribute ( string primaryKey, bool autoIncrement = true, bool isIdentity = true ) : System
primaryKey string
autoIncrement bool
isIdentity bool
return System