Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / PrimaryKey Property

In This Topic
    PrimaryKey Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property PrimaryKey As System.Data.DataColumn()
    public System.Data.DataColumn[] PrimaryKey {get; set;}
    See Also