C# 클래스 JPB.DataAccess.ModelsAnotations.ForeignKeyDeclarationAttribute

상속: DataAccessAttribute
파일 보기 프로젝트 열기: JPVenson/DataAccess

공개 메소드들

메소드 설명
ForeignKeyDeclarationAttribute ( string foreignKey, Type foreignTable ) : System

Declares a new Foreign key constraint

ForeignKeyDeclarationAttribute ( string foreignKey, string foreignTable ) : System

Declares a new Foreign key constraint

메소드 상세

ForeignKeyDeclarationAttribute() 공개 메소드

Declares a new Foreign key constraint
public ForeignKeyDeclarationAttribute ( string foreignKey, Type foreignTable ) : System
foreignKey string
foreignTable System.Type
리턴 System

ForeignKeyDeclarationAttribute() 공개 메소드

Declares a new Foreign key constraint
public ForeignKeyDeclarationAttribute ( string foreignKey, string foreignTable ) : System
foreignKey string
foreignTable string
리턴 System