IDataSourceFieldSchema.Scale Property

Definition

Gets the number of decimal places to which numerical values in the field are resolved.

public:
 property int Scale { int get(); };
public int Scale { get; }
member this.Scale : int
Public ReadOnly Property Scale As Integer

Property Value

If the DataType property of the field represents a numeric type, returns the number of decimal places to which values are resolved, otherwise -1.

Applies to

See also