Knight Data Access Layer
CompositeKeyAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : CompositeKeyAttribute Class
Indicates that this property is part of a composite key
Syntax
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class CompositeKeyAttribute 
   Inherits System.Attribute
Dim instance As CompositeKeyAttribute
[AttributeUsage(AttributeTargets.Property)]
public sealed class CompositeKeyAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public __gc __sealed class CompositeKeyAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public ref class CompositeKeyAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.CompositeKeyAttribute

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

CompositeKeyAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace