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

PageSize Property
Gets or sets the page size in newly created databases.
Syntax
'Declaration
 
Public Property PageSize As Integer
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also