Gets the number of digits that can be stored in the Column.

Namespace:  ESRI.ArcGISExplorer.Data
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public int Precision { get; }
Visual Basic (Declaration)
Public ReadOnly Property Precision As Integer

Field Value

The number of digits that can be stored in the Column.

Remarks

The precision and scale of a Column describe the maximum size and precision of data that can be stored in the Column. The precision describes the number of digits that can be stored in the Column and the scale describes the number of decimal places for float and double fields. For example, if the Column value is 54.234 then scale = 3 and precision = 5.

See Also

Relate Topics:
  AliasName Property
  CoordinateSystem Property
  GeometryType Property
  HasDomain Property
  HasZ Property
  Indexes Property
  IsNullable Property
  Length Property
  Name Property
  Required Property
  Scale Property
  Type Property
Created by Atop CHM to web converter,© 2009 all right reserved.