DbParameter.Precision 屬性

定義

取得或設定用來表示 Value 屬性的最大位數。

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

屬性值

用來表示 Value 屬性的最大位數。

適用於