DbColumn.NumericPrecision プロパティ

定義

列データの数値精度を取得します。それ以外の場合は、値が設定されていない場合に nullint32値に設定して列データの数値精度を指定するか、派生クラスでオーバーライドされた場合に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 値。それ以外の場合は、値が設定されていない場合は null 参照 (Nothing Visual Basic)。

適用対象