'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;}