Share via


DataParameter.Precision Property

Retrieves or sets a byte value specifying the precision of the parameter.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Overridable Property Precision As Byte
public virtual byte Precision { get; set; }
public:
virtual property unsigned char Precision {
    unsigned char get ();
    void set (unsigned char value);
}
abstract Precision : byte with get, set 
override Precision : byte with get, set
function get Precision () : byte 
function set Precision (value : byte)

Property Value

Type: System.Byte
Returns the precision of the parameter as a byte value.

Remarks

Setting this property to zero causes the default precision to be used.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

SetPrecisionImpl