Knight Data Access Layer
ChildObjectAttribute Class
Members 




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

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.ChildObjectAttribute

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

ChildObjectAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace