DbColumn.NumericPrecision Property

Definition

Gets the numeric precision of the column data; otherwise, null if no value is set. Can be set to either an int32 value to specify the numeric precision of the column data or null when overridden in a derived class.

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)

Property Value

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

Applies to