Share via


DataParameter.SetPrecisionImpl Method

Sets a byte value specifying the precision of the parameter.

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

Syntax

'Declaration
Protected Overridable Sub SetPrecisionImpl ( _
    value As Byte _
)
protected virtual void SetPrecisionImpl(
    byte value
)
protected:
virtual void SetPrecisionImpl(
    unsigned char value
)
abstract SetPrecisionImpl : 
        value:byte -> unit  
override SetPrecisionImpl : 
        value:byte -> unit
protected function SetPrecisionImpl(
    value : byte
)

Parameters

  • value
    Type: System.Byte

    A byte value specifying precision.

Remarks

The base implementation of this method does nothing.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

GetPrecisionImpl