IDbDataParameter.Scale 属性

定义

指示数值参数的比例。

public:
 property System::Byte Scale { System::Byte get(); void set(System::Byte value); };
public byte Scale { get; set; }
member this.Scale : byte with get, set
Public Property Scale As Byte

属性值

Value 进行解析的小数位数。 默认值为 0。

适用于