DataParameter.DefaultSize Property
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.
Gets an integer value specifying the default size for the current parameter type.
protected:
virtual property int DefaultSize { int get(); };
protected virtual int DefaultSize { get; }
member this.DefaultSize : int
Protected Overridable ReadOnly Property DefaultSize As Integer
Property Value
The default size for the current parameter type.