Knight Data Access Layer
ParentObjectAttribute Constructor(Type)




KellermanSoftware.NetDataAccessLayer.Attributes Namespace > ParentObjectAttribute Class > ParentObjectAttribute Constructor : ParentObjectAttribute Constructor(Type)
The object type of the parent
Specify the parent object by type
Syntax
Public Function New( _
   ByVal parentObjectType As Type _
)
Dim parentObjectType As Type
 
Dim instance As New ParentObjectAttribute(parentObjectType)
public ParentObjectAttribute( 
   Type parentObjectType
)
public: ParentObjectAttribute( 
   Type* parentObjectType
)
public:
ParentObjectAttribute( 
   Type^ parentObjectType
)

Parameters

parentObjectType
The object type of the parent
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

ParentObjectAttribute Class
ParentObjectAttribute Members
Overload List