| C# |
|---|
| public class ForeignKey : IComparable<ForeignKey> |
| #ctor | Initializes an object instance. |
| Clone | Clones the structure of the object. |
| CompareTo | Provides the default Sort functionality. |
| ToString | The object string identifier. |
| DeleteRule | Gets or sets the join Delete Rule text. |
| OrdinalPosition | Gets or sets the join Ordinal Position. |
| SourceColumn | Gets or sets the Source Column name. |
| SourceConstraint | Gets or sets the Source Constraint name. |
| SourceTable | Gets or sets the Source Table name. |
| TableCatalog | Gets or sets the Table Database name. |
| TableSchema | Gets or sets the Table Schema name. |
| TargetColumn | Gets or sets the join Target Column name. |
| TargetConstraint | Gets or sets the join Target Constraint name. |
| TargetTable | Gets or sets the join Target Table name. |
| UpdateRule | Gets or sets the join Update Rule text. |