DependentType determines the relationship between a dependent database object and its' bases.
[C#] public DependentTypes DependentType { get; }
[Visual Basic] Public ReadOnly Property DependentType As DependentTypes
[Visual RPG] BegProp DependentType Type(DependentTypes) Access(*Public) BegGet
Property Value
DependentTypes. Read-only. The relationship between a dependent and its bases.
Remarks
The value of DependentType determines what type of dependency is represented by the Dependent instance. See DependentTypes for details of the possible values of this property.
Requirements
Namespace: ASNA.DataGate.Common
Platforms: Windows Server 2008 R2, Windows Server 2012, Windows 7, Windows 8 Pro, Windows 8.1 Pro, Windows 10
Assembly: ASNA DataGate Client (in ASNA.DataGate.Client.dll)
See Also