DataParameter.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 virtual bool IsFixedPrecision { get; }
member this.IsFixedPrecision : bool
Protected Overridable ReadOnly Property IsFixedPrecision As Boolean

Property Value

Returns true if the precision is fixed for the current parameter type; otherwise returns false.

Applies to