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: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected internal Object GrandParentDistinctValue { get; }
Visual Basic
Protected Friend ReadOnly Property GrandParentDistinctValue As Object
	Get
Visual C++
protected public:
property Object^ GrandParentDistinctValue {
	Object^ get ();
}

Exceptions

ExceptionCondition
System..::..InvalidCastException Throws an exception if the grand parent object is not of type DatabaseObject and has only implemented IDatabaseObject.

See Also