'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Determines whether the column contains a primary key of the table.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PrimaryKey As System.Boolean
'Usage
Dim instance As NErmColumn Dim value As System.Boolean instance.PrimaryKey = value value = instance.PrimaryKey
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Determines whether the column contains a primary key of the table.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool PrimaryKey {get; set;}