Share via


AdoDotNetParameter.IsFixedScale Property

Retrieves a Boolean value indicating whether the scale 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 IsFixedScale As Boolean
protected override bool IsFixedScale { get; }
protected:
virtual property bool IsFixedScale {
    bool get () override;
}
abstract IsFixedScale : bool with get 
override IsFixedScale : bool with get
override function get IsFixedScale () : boolean

Property Value

Type: System.Boolean
Returns true if the type is not one of the following DbType values: Currency, Date, Decimal, Double, Single, Time, or VarNumeric.; otherwise returns false.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace