DataParameter.IsFixedPrecision 属性

定义

检索一个布尔值,该值指示当前参数类型的精度是否是固定的。

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

属性值

Boolean

如果当前参数类型的精度是固定的,则返回 true;否则,返回 false。

适用于