C# Class MySql.Data.VisualStudio.DbObjects.ForeignKey

Inheritance: Object, ITablePart
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Public Properties

Property Type Description
NameSet bool

Public Methods

Method Description
ForeignKey ( Table t, DataRow keyData ) : System
SetName ( string name, bool makeUnique ) : void
ToString ( ) : string

Private Methods

Method Description
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

Method Details

ForeignKey() public method

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

SetName() public method

public SetName ( string name, bool makeUnique ) : void
name string
makeUnique bool
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

NameSet public property

public bool NameSet
return bool