dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlSelectStatement Class / Top Property

In This Topic
    Top Property
    In This Topic
    Gets a TOP clause of a SELECT statement.
    Syntax
    'Declaration
     
    Public ReadOnly Property Top As SqlSelectTop
    public SqlSelectTop Top {get;}

    Property Value

    A SqlSelectTop object.
    See Also