Share via


AdoDotNetParameter.IsFixedPrecision Property

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

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

Syntax

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

Property Value

Type: System.Boolean
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.

Remarks

This implementation works by returning true if the type is not one of the following DbType values: AnsiString, Binary, Object, String, or VarNumeric.

.NET Framework Security

See Also

Reference

AdoDotNetParameter Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace