dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteConnectionStringBuilder Class / MaxPageCount Property

In This Topic
    MaxPageCount Property
    In This Topic
    Gets or sets the maximum number of pages in the database file.
    Syntax
    'Declaration
     
    Public Property MaxPageCount As Integer
    public int MaxPageCount {get; set;}

    Property Value

    The maximum number of pages.
    See Also