C# 클래스 Frapid.Mapper.Decorators.PrimaryKeyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: frapid/frapid

공개 메소드들

메소드 설명
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