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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULCreateParms class

FIPS property Next Page

MaxHashSize property


Specifies the default maximum number of bytes to use for index hashing in the new database.

Syntax

Visual Basic

Public Property MaxHashSize As Integer

C#

public int MaxHashSize {get;set;}

Property value

An integer specifying the maximum hash size. The value must be in the range [0,32]. The default is 8.

Exceptions