DbMetaDataColumnNames.MinimumScale 字段

定义

由 GetSchema 方法用来创建 DataTypes 集合中的 MinimumScale 列。Used by the GetSchema method to create the MinimumScale column in the DataTypes collection.

public: static initonly System::String ^ MinimumScale;
public static readonly string MinimumScale;
 staticval mutable MinimumScale : string
Public Shared ReadOnly MinimumScale As String 

字段值

String

注解

对于数值数据类型,这表示小数点右侧的最小位数。For numeric data types, this indicates the minimum number of digits to the right of the decimal point.

适用于