DataParameter.IsFixedPrecision Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.