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

声明
Protected Overridable ReadOnly Property DefaultPrecision As Byte
    Get
protected virtual byte DefaultPrecision { get; }
protected:
virtual property unsigned char DefaultPrecision {
    unsigned char get ();
}
abstract DefaultPrecision : byte
override DefaultPrecision : byte
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