DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / SelectStatement Class / Top Property

In This Topic
    Top Property
    In This Topic
    Top
    Syntax
    'Declaration
     
    Public Property Top As Nullable(Of Integer)
    public Nullable<int> Top {get; set;}
    See Also