C# Class SchemaZen.Library.Models.ForeignKey

Inheritance: INameable, IScriptable
Afficher le fichier Open project: Zocdoc/schemazen Class Usage Examples

Méthodes publiques

Свойство Type Description
Check bool
Columns List
OnDelete string
OnUpdate string
RefColumns List
RefTable Table
Table Table

Méthodes publiques

Méthode Description
ForeignKey ( Table table, string name, string columns, Table refTable, string refColumns ) : System
ForeignKey ( Table table, string name, string columns, Table refTable, string refColumns, string onUpdate, string onDelete ) : System
ForeignKey ( string name ) : System
ScriptCreate ( ) : string
ScriptDrop ( ) : string

Private Methods

Méthode Description
AssertArgNotNull ( object arg, string argName ) : void

Method Details

ForeignKey() public méthode

public ForeignKey ( Table table, string name, string columns, Table refTable, string refColumns ) : System
table Table
name string
columns string
refTable Table
refColumns string
Résultat System

ForeignKey() public méthode

public ForeignKey ( Table table, string name, string columns, Table refTable, string refColumns, string onUpdate, string onDelete ) : System
table Table
name string
columns string
refTable Table
refColumns string
onUpdate string
onDelete string
Résultat System

ForeignKey() public méthode

public ForeignKey ( string name ) : System
name string
Résultat System

ScriptCreate() public méthode

public ScriptCreate ( ) : string
Résultat string

ScriptDrop() public méthode

public ScriptDrop ( ) : string
Résultat string

Property Details

Check public_oe property

public bool Check
Résultat bool

Columns public_oe property

public List Columns
Résultat List

OnDelete public_oe property

public string OnDelete
Résultat string

OnUpdate public_oe property

public string OnUpdate
Résultat string

RefColumns public_oe property

public List RefColumns
Résultat List

RefTable public_oe property

public Table,SchemaZen.Library.Models RefTable
Résultat Table

Table public_oe property

public Table,SchemaZen.Library.Models Table
Résultat Table