DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / ViewLimit Property

In This Topic
    ViewLimit Property
    In This Topic
    Specifies maximum number of rows to include in the collection. If 0 (default), all rows are included.
    Syntax
    'Declaration
     
    Property ViewLimit As Integer
    int ViewLimit {get; set;}
    Remarks
    DataEngine tables and queries can contain very large number of rows that can be inappropriate for data binding. To limit number of rows shown in a data bound control, set this property.
    See Also