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 值,该值指定列数据的精度(如果数据为数值);否则,如果未设置任何值,则 Visual Basic) 中 (null 引用 Nothing

适用于