Ninja Database Pro
ForeignKeyAttribute Class
Members 



KellermanSoftware.NinjaDatabasePro Namespace : ForeignKeyAttribute Class
Defines a foreign key index
Syntax
<AttributeUsageAttribute(AttributeTargets.Field Or  _
    AttributeTargets.Property)>
Public NotInheritable Class ForeignKeyAttribute 
   Inherits System.Attribute
Dim instance As ForeignKeyAttribute
[AttributeUsage(AttributeTargets.Field | 
    AttributeTargets.Property)]
public sealed class ForeignKeyAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Field | 
    AttributeTargets.Property)]
public ref class ForeignKeyAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NinjaDatabasePro.ForeignKeyAttribute

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

ForeignKeyAttribute Members
KellermanSoftware.NinjaDatabasePro Namespace