Share via


AdoDotNetParameter.GetPrecisionImpl Method

Retrieves a byte value specifying the precision of the parameter.

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

Syntax

'Declaration
Protected Overrides Function GetPrecisionImpl As Byte
'Usage
Dim returnValue As Byte 

returnValue = Me.GetPrecisionImpl()
protected override byte GetPrecisionImpl()
protected:
virtual unsigned char GetPrecisionImpl() override
protected override function GetPrecisionImpl() : byte

Return Value

Type: System.Byte
Returns the precision of the parameter as a byte value.

Remarks

This method is called by the implementation of the Precision property.

The base implementation of this method returns zero.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.AdoDotNet Namespace

SetPrecisionImpl