ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.QueryDesigner Assembly / GrapeCity.ActiveReports.QueryDesigner.Implementation.Data.SchemaModel Namespace / Column Class / IsPrimaryKey Property

In This Topic
    IsPrimaryKey Property (Column)
    In This Topic
    Whether the column is included to primary key.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPrimaryKey As Boolean
    public bool IsPrimaryKey {get;}
    See Also