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

In This Topic
    PageSize Property
    In This Topic
    Gets or sets the page size in newly created databases.
    Syntax
    'Declaration
     
    Public Property PageSize As Integer
    public int PageSize {get; set;}

    Property Value

    The page size in bytes.
    Remarks
    The page size must be a power of two greater than or equal to 512 and less than or equal to 8192.
    See Also