Base class for the types defined by scale and precision.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public abstract class TypeWithPrecision : DataType
Visual Basic (Declaration)
Public MustInherit Class TypeWithPrecision _
	Inherits DataType
Visual C++
public ref class TypeWithPrecision abstract : public DataType

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.DataType
    PerpetuumSoft.DataModel.MsSql..::.DataType..::.TypeWithPrecision
      PerpetuumSoft.DataModel.MsSql..::.DataType..::.Decimal
      PerpetuumSoft.DataModel.MsSql..::.DataType..::.Numeric

See Also