DataParameter.SetSizeImpl(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets an integer value specifying the size of this parameter.
protected:
virtual void SetSizeImpl(int value);
protected virtual void SetSizeImpl (int value);
abstract member SetSizeImpl : int -> unit
override this.SetSizeImpl : int -> unit
Protected Overridable Sub SetSizeImpl (value As Integer)
Parameters
- value
- Int32
An integer specifying size.