C# 클래스 Mono.Data.Sqlite.Orm.ComponentModel.ForeignKeyAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: mattleibow/Mono.Data.Sqlite.Orm

공개 메소드들

메소드 설명
ForeignKeyAttribute ( Type childTable, string childKey ) : System

메소드 상세

ForeignKeyAttribute() 공개 메소드

public ForeignKeyAttribute ( Type childTable, string childKey ) : System
childTable System.Type
childKey string
리턴 System