Share via


DataParameter.DefaultScale Property

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

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

Syntax

'Declaration
Protected Overridable ReadOnly Property DefaultScale As Byte
protected virtual byte DefaultScale { get; }
protected:
virtual property unsigned char DefaultScale {
    unsigned char get ();
}
abstract DefaultScale : byte with get 
override DefaultScale : byte with get
function get DefaultScale () : byte

Property Value

Type: System.Byte
Returns the default scale for the current parameter type as a byte value.

Remarks

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

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace