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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.