Share via


AdoDotNetParameter.IsFixedPrecision Property

Definition

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

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

Property Value

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

Applies to