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

Inheritance: Object, ITablePart
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Свойство Type Description
NameSet bool

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public ForeignKey ( Table t, DataRow keyData ) : System
t Table
keyData System.Data.DataRow
Résultat System

SetName() public méthode

public SetName ( string name, bool makeUnique ) : void
name string
makeUnique bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

NameSet public_oe property

public bool NameSet
Résultat bool