DbSyncColumnDescription::Precision Property

Gets or sets the precision for the column if the data type is numeric.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property int Precision {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The precision for the column if it is specified; otherwise -1.
Show: