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 2.0 API Reference » ULCreateParms class

MaxHashSize property Next Page

NearestCentury property


Specifies the nearest century used for string conversions by the new database.

Syntax

Visual Basic

Public Property NearestCentury As Integer

C#

public int NearestCentury { get; set; }

Property value

An integer specifying the nearest century. The value must be in the range [0,100]. The default is 50.

See also