Knight Data Access Layer
ParentObjectAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : ParentObjectAttribute Class
Decorate on a parent property to indicate a many to one relationship
Syntax
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=False)>
Public NotInheritable Class ParentObjectAttribute 
   Inherits System.Attribute
Dim instance As ParentObjectAttribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public sealed class ParentObjectAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public __gc __sealed class ParentObjectAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public ref class ParentObjectAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.ParentObjectAttribute

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 Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace