Advanced.Data.Provider Documentation

AdpParameter.Scale Property

[This is preliminary documentation and subject to change.]

Gets or sets the number of decimal places to which Value is resolved.

[Visual Basic]
NotOverridable Public Property Scale As Byte Implements _
   IDbDataParameter.Scale
[C#]
public byte Scale {get; set;}

Implements

IDbDataParameter.Scale

See Also

AdpParameter Class | Advanced.Data.Provider Namespace