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
protected virtual byte DefaultPrecision { get; }
protected:
virtual property unsigned char DefaultPrecision {
    unsigned char get ();
}
abstract DefaultPrecision : byte with get 
override DefaultPrecision : byte with get
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

Microsoft.VisualStudio.Data Namespace