Nevron .NET Vision
Nevron.Diagram Namespace / NErmColumn Class / ForeignKey Property


In This Topic
    ForeignKey Property
    In This Topic
    Determines whether the column contains a foreign table key.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Data")>
    <System.ComponentModel.DescriptionAttribute("Determines whether the column contains a foreign table key.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property ForeignKey As System.Boolean
    'Usage
     
    
    Dim instance As NErmColumn
    Dim value As System.Boolean
     
    instance.ForeignKey = value
     
    value = instance.ForeignKey
    [System.ComponentModel.Category("Data")]
    [System.ComponentModel.Description("Determines whether the column contains a foreign table key.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool ForeignKey {get; set;}
    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