[]
Represents the schema data for the foreign key.
protected struct MssqlSchemaProvider.ForeignKeyData
| Name | Description |
|---|---|
| ForeignKeyData(string, string, string, string, string, IEnumerable<Relation>) |
| Name | Description |
|---|---|
| Name | Gets the foreign key constraint name specified in database. |
| Relations | Gets foreign key relations. |
| SourceTableName | Gets the table name of the constraint belongs to. |
| SourceTableSchema | Gets the schema name of table the constraint belongs to. |
| TargetTableName | Gets the table name the constraint is referenced to. |
| TargetTableSchema | Gets the schema name of table the constraint is referenced to. |