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

PageSize property Next Page

Precision property


Specifies the floating-point precision used for string conversions by the new database.

Syntax

Visual Basic

Public Property Precision As Integer

C#

public int Precision {get;set;}

Property value

An integer specifying the precison. The value must be in the range [1,127]. The default is 30.

Exceptions
See also