AdoDotNetParameter.IsFixedScale Property

Definition

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

protected:
 virtual property bool IsFixedScale { bool get(); };
protected override bool IsFixedScale { get; }
member this.IsFixedScale : bool
Protected Overrides ReadOnly Property IsFixedScale As Boolean

Property Value

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

Applies to