Share via


DataParameter.DefaultPrecision Property

Retrieves a byte value specifying the default precision for the current parameter type.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property DefaultPrecision As Byte
'Usage
Dim value As Byte 

value = Me.DefaultPrecision
protected virtual byte DefaultPrecision { get; }
protected:
virtual property unsigned char DefaultPrecision {
    unsigned char get ();
}
protected function get DefaultPrecision () : byte

Property Value

Type: System.Byte
Returns a byte value specifying the default precision for the current parameter type.

Remarks

This is the value used for the precision if the Precision property is set to 0, indicating the default.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data Namespace