C# 클래스 MySql.Data.VisualStudio.DbObjects.ForeignKey

상속: Object, ITablePart
파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NameSet bool

공개 메소드들

메소드 설명
ForeignKey ( Table t, DataRow keyData ) : System
SetName ( string name, bool makeUnique ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
ForeignKey ( Table t ) : System
GetActionForSql ( string sqlAction ) : ReferenceOption
GetSqlForAction ( ReferenceOption opt ) : string
ITablePart ( ) : bool
ITablePart ( ) : string
ITablePart ( bool newTable ) : string
ITablePart ( ) : void
ParseFKInfo ( DataRow keyData ) : void

메소드 상세

ForeignKey() 공개 메소드

public ForeignKey ( Table t, DataRow keyData ) : System
t Table
keyData System.Data.DataRow
리턴 System

SetName() 공개 메소드

public SetName ( string name, bool makeUnique ) : void
name string
makeUnique bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

NameSet 공개적으로 프로퍼티

public bool NameSet
리턴 bool