Click or drag to resize
DataDictionaryExternalRelation Methods

[This is preliminary documentation and is subject to change.]

The DataDictionaryExternalRelation type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFullFieldName
Get full field name (foreign key field)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInheritedRelation
Get relation "inherited" from parent table (this should return something when relation is propagated from parent/ancestor). TODO: add mechanism to control inheritance...
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberReferenceFieldName
Compute field name (for the field referncing an external table)
Public methodToString
String representation for debugging etc.
(Overrides ObjectToString.)
Top
See Also