DataParameter.OnPrecisionChanging Method
Called when the Precision property is about to change.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnPrecisionChanging ( _
value As Byte _
)
protected virtual void OnPrecisionChanging(
byte value
)
protected:
virtual void OnPrecisionChanging(
unsigned char value
)
abstract OnPrecisionChanging :
value:byte -> unit
override OnPrecisionChanging :
value:byte -> unit
protected function OnPrecisionChanging(
value : byte
)
Parameters
value
Type: System.ByteThe value that the Precision property will be set to.
Remarks
The base implementation of this method ensures that the parameter direction is not input (in which case the precision can be inferred from the actual value) and that the precision is not fixed.
.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.