Share via


AdoDotNetParameter.IsFixedSize Property

Gets a value indicating whether the size for the current parameter type is fixed.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property IsFixedSize As Boolean
'Usage
Dim value As Boolean 

value = Me.IsFixedSize
protected override bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
    bool get () override;
}
protected override function get IsFixedSize () : boolean

Property Value

Type: System.Boolean
true if the type is not one of the following DbType values: AnsiString, Binary, Object, String, or VarNumeric; otherwise, false.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

AdoDotNetParameter Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace