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

ParameterName property Next Page

Precision property


Specifies the maximum number of digits used to represent the ULParameter.Value.

Syntax

Visual Basic

NotOverridable Public Property Precision As Byte _
Implements IDbDataParameter.Precision

C#

public byte Precision {get;set;}

Property value

The maximum number of digits used to represent the ULParameter.Value. The default value is 0, which indicates that the data provider sets the precision for the ULParameter.Value.

Remarks

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

Exceptions
Implements

[external link] IDbDataParameter.Precision

See also