Returns the distinct value of the parent i.e. Parent.DistinctValue Throws a NullReferenceException if there is no parent.

Namespace: DatabaseObjects
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

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

Exceptions

ExceptionCondition
System..::..NullReferenceExceptionParent is nothing

See Also