Share via


DataParameter.DefaultSize Property

Gets an integer value specifying the default size for the current parameter type.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property DefaultSize As Integer
'Usage
Dim value As Integer 

value = Me.DefaultSize
protected virtual int DefaultSize { get; }
protected:
virtual property int DefaultSize {
    int get ();
}
protected function get DefaultSize () : int

Property Value

Type: System.Int32
The default size for the current parameter type.

Remarks

This is the value used for the size if the Size property is set to zero, indicating the default.

Notes to Inheritors:

The base implementation of this method returns zero.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace