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

In This Topic
    Limit Property
    In This Topic
    The Limit expressed for this SelectStatement
    Syntax
    'Declaration
     
    Public Property Limit As IExpression
    public IExpression Limit {get; set;}
    See Also