Ninja Database Pro
Relationship Enumeration



KellermanSoftware.NinjaDatabasePro Namespace : Relationship Enumeration
An object can be a parent or a child
Syntax
Public Enum Relationship 
   Inherits System.Enum
Dim instance As Relationship
public enum Relationship : System.Enum 
public enum class Relationship : public System.Enum 
Members
MemberDescription
Child The object with this attribute is a child of the current object.
Parent The object with this attribute is the parent of the current object
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.NinjaDatabasePro.Relationship

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

KellermanSoftware.NinjaDatabasePro Namespace