Share via


AdoDotNetParameter.IsFixedSize Property

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

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

Syntax

'Declaration
Protected Overrides ReadOnly Property IsFixedSize As Boolean
    Get
protected override bool IsFixedSize { get; }
protected:
virtual property bool IsFixedSize {
    bool get () override;
}
abstract IsFixedSize : bool
override IsFixedSize : bool
override function get IsFixedSize () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace