DesignerDataColumn.Scale Propriedade
Definição
Obtém o número de dígitos à direita do ponto decimal em uma coluna numérica.Gets the number of digits to the right of the decimal point in a numeric column.
public:
property int Scale { int get(); };
public int Scale { get; }
member this.Scale : int
Public ReadOnly Property Scale As Integer
Valor da propriedade
O número de dígitos à direita do ponto decimal em uma coluna numérica.The number of digits to the right of the decimal point in a numeric column.