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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULParameter class

 

Scale property

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

Syntax
Visual Basic

Public Property Scale As Byte
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.

See also