Property | Type | Description | |
---|---|---|---|
Check | bool | ||
Columns | List |
||
OnDelete | string | ||
OnUpdate | string | ||
RefColumns | List |
||
RefTable | |||
Table |
Method | Description | |
---|---|---|
ForeignKey ( |
||
ForeignKey ( |
||
ForeignKey ( string name ) : System | ||
ScriptCreate ( ) : string | ||
ScriptDrop ( ) : string |
Method | Description | |
---|---|---|
AssertArgNotNull ( object arg, string argName ) : void |
public ForeignKey ( |
||
table | ||
name | string | |
columns | string | |
refTable | ||
refColumns | string | |
return | System |
public ForeignKey ( |
||
table | ||
name | string | |
columns | string | |
refTable | ||
refColumns | string | |
onUpdate | string | |
onDelete | string | |
return | System |