Mimer SQL Data Provider
Scale Property




Mimer.Data.Client Namespace > MimerParameter Class : Scale Property
Gets or sets the maximum number of decimal digits used to represent the Value property (not used).
Syntax
'Declaration
 
Public Overrides NotOverridable Property Scale As Byte
public override byte Scale {get; set;}
public read-write property Scale: Byte; override; 
public override function get,set Scale : byte
public: __property byte get_Scale() override;
public: __property void set_Scale( 
   byte value
) override;

Property Value

This property is not used by the Mimer Provider. It is present for compatiblity with other ADO.NET providers. Use the System.Math class to modify the scale before passing it with the parameter, if needed.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members