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

On this page
    MaxPageCount Property
    On this page
    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