Method | Description | |
---|---|---|
AddedForeignKey ( |
||
CascadeOnDelete ( ) : IAddedForeignKey | ||
InSchema ( string schemaName ) : IAddedForeignKey | ||
Through ( string columnName, string referencedColumnName ) : IAddedForeignKey |
public AddedForeignKey ( |
||
addForeignKeyToCommand | ||
return | System.Collections.Generic |
public CascadeOnDelete ( ) : IAddedForeignKey | ||
return | IAddedForeignKey |
public InSchema ( string schemaName ) : IAddedForeignKey | ||
schemaName | string | |
return | IAddedForeignKey |
public Through ( string columnName, string referencedColumnName ) : IAddedForeignKey | ||
columnName | string | |
referencedColumnName | string | |
return | IAddedForeignKey |