DataParameter.OnPrecisionChanging(Byte) Method

Definition

Called when the Precision property is about to change.

protected:
 virtual void OnPrecisionChanging(System::Byte value);
protected virtual void OnPrecisionChanging (byte value);
abstract member OnPrecisionChanging : byte -> unit
override this.OnPrecisionChanging : byte -> unit
Protected Overridable Sub OnPrecisionChanging (value As Byte)

Parameters

value
Byte

The value that the Precision property will be set to.

Applies to