True if precision and scale is specified, false if not.

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public bool PrecisionScaleSpecified { get; }
Visual Basic
Public ReadOnly Property PrecisionScaleSpecified As Boolean
	Get
Visual C++
public:
property bool PrecisionScaleSpecified {
	bool get ();
}

See Also