DataSetFieldSchema::Precision Property

 

Gets the maximum number of digits used to represent a numerical value in the data field.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property int Precision {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

This property always returns -1.

The Precision property is required by the IDataSourceFieldSchema interface, but is not used by the DataSetFieldSchema class.

.NET Framework
Available since 2.0
Return to top
Show: