Knight Data Access Layer
PrimaryKeyAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : PrimaryKeyAttribute Class
This property is the primary key
Syntax
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=False)>
Public NotInheritable Class PrimaryKeyAttribute 
   Inherits System.Attribute
Dim instance As PrimaryKeyAttribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public sealed class PrimaryKeyAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public __gc __sealed class PrimaryKeyAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public ref class PrimaryKeyAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.PrimaryKeyAttribute

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

PrimaryKeyAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace