DbColumn.NumericScale Property

Definition

Gets a nullable int32 value that either returns null or the numeric scale of the column data. Can be set to either null or an int32 value for the numeric scale of the column data when overridden in a derived class.

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

Property Value

A null reference (Nothing in Visual Basic) if no value is set; otherwise, a int32 value that specifies the scale of the column data, if the data is numeric.

Applies to