Represents the real data type.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.DataType
    PerpetuumSoft.DataModel.MsSql..::.DataType..::.Real

See Also