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 » ULParameter class

Precision property Next Page

Scale property


Specifies the number of decimal places to which ULParameter.Value is resolved.

Syntax

Visual Basic

NotOverridable Public Property Scale As Byte _
Implements IDbDataParameter.Scale

C#

public byte Scale {get;set;}

Property value

The number of decimal places to which ULParameter.Value is resolved. The default is 0.

Remarks

In UltraLite.NET, parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.

Implements

[external link] IDbDataParameter.Scale

See also