DbColumn.NumericPrecision 屬性

定義

取得欄位資料的數值精度;否則, null 若未設定值。 可以設定為 int32 一個值,用以指定欄位資料的數值精度,或 null 在導出類別中覆寫時。

public:  property Nullable<int> NumericPrecision {  public:
Nullable<int> get(); protected:
 void set(Nullable<int> value); };
public int? NumericPrecision { get; protected set; }
member this.NumericPrecision : Nullable<int> with get, set
Public Property NumericPrecision As Nullable(Of Integer)

屬性值

int32 值,若資料為數值,則指定欄位資料的精度;否則,若未設定值,則為空參考(Nothing in Visual Basic)。

適用於