DataDictionaryExternalRelation Methods |
[This is preliminary documentation and is subject to change.]
The DataDictionaryExternalRelation type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFullFieldName |
Get full field name (foreign key field)
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInheritedRelation |
Get relation "inherited" from parent table
(this should return something when relation is propagated from parent/ancestor).
TODO: add mechanism to control inheritance...
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReferenceFieldName |
Compute field name (for the field referncing an external table)
| |
| ToString |
String representation for debugging etc.
(Overrides ObjectToString.) |