Mimer SQL Data Provider
Precision Property




Mimer.Data.Client Namespace > MimerParameter Class : Precision Property
Gets or sets the maximum number of digits used to represent the Value property (not used).
Syntax
'Declaration
 
Public Overrides NotOverridable Property Precision As Byte
public override byte Precision {get; set;}
public read-write property Precision: Byte; override; 
public override function get,set Precision : byte
public: __property byte get_Precision() override;
public: __property void set_Precision( 
   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 value before passing it with the parameter, if needed.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerParameter Class
MimerParameter Members