Returns the distinct value from the grand parent of this object.
 This is usually the object that contains the collection that this object is contained within.
 For example, a GrandParent object of an InvoiceDetail would be an Invoice.
 
        
        Namespace: DatabaseObjectsAssembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
Exceptions
| Exception | Condition | 
|---|---|
| System..::..InvalidCastException | Throws an exception if the grand parent object is not of type DatabaseObject and has only implemented IDatabaseObject. |