Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULCreateParms class

 

PageSize property

Specifies the page size of the new database, in bytes or kilobytes.

Syntax
Visual Basic
Public Property PageSize As Integer
C#
public int PageSize { get; set; }
Property value

An integer specifying the page size in bytes. Valid values are 1024 (1K), 2048 (2K), 4096 (4K), 8192 (8K), 16384 (16K). The default is 4096.

See also