Models a foreign key column.
| Type | Name | Summary |
|---|---|---|
| PropertyChangedEventHandler | PropertyChanged | Notify that a property was changed. |
Column name.
public String ColumnName { get; set; }Referenced column name.
public String ReferencedColumnName { get; set; }Checks whether other is equals to this object.
public Boolean Equals(other)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| other | ForeignKeyColumn | Object to compare. |
Checks whether obj is equals to this object.
public Boolean Equals(obj)true if the objects are equals.
| Name | Type | Summary |
|---|---|---|
| obj | Object | Object to compare. |
Not required, implemented to avoid warnings.
public Int32 GetHashCode()Returns a textual representation of this obkect.
public String ToString()In this document