Share via


DataParameter.IsFixedPrecision Property

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

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property IsFixedPrecision As Boolean
protected virtual bool IsFixedPrecision { get; }
protected:
virtual property bool IsFixedPrecision {
    bool get ();
}
abstract IsFixedPrecision : bool with get 
override IsFixedPrecision : bool with get
function get IsFixedPrecision () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace

Precision