Represents the numeric data type.

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

Syntax

C#
public sealed class Numeric : DataType..::.TypeWithPrecision
Visual Basic (Declaration)
Public NotInheritable Class Numeric _
	Inherits DataType..::.TypeWithPrecision
Visual C++
public ref class Numeric sealed : public DataType..::.TypeWithPrecision

Inheritance Hierarchy

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

See Also