Title here
Summary here
public sealed class ForeignKeyConstraint : Constraint, IConstraint public ForeignKeyConstraint() public ForeignKeyConstraint(IList<string> columnNames, IList<string> referenceColumnNames, string referenceTableName)| Type | Name | Description |
|---|---|---|
| IList<string> | columnNames | |
| IList<string> | referenceColumnNames | |
| string | referenceTableName |
public ForeignKeyConstraint(string columnName, string referenceColumnName, string referenceTableName)| Type | Name | Description |
|---|---|---|
| string | columnName | |
| string | referenceColumnName | |
| string | referenceTableName |
public bool OnDeleteCascade { get; set; }| Type | Description |
|---|---|
| bool |
public ICollection<string> ReferenceColumnNames { get; set; }| Type | Description |
|---|---|
| ICollection<string> |
public string ReferenceTableName { get; set; }| Type | Description |
|---|---|
| string |