dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniDecimal Structure
Members

In This Topic
    UniDecimal Structure
    In This Topic
    Represents the NUMBER type of Oracle and DECIMAL type of MS SQL Server and MySQL.
    Syntax
    'Declaration
     
    Public Structure UniDecimal 
       Inherits System.ValueType
       Implements System.IComparable 
    public struct UniDecimal : System.ValueType, System.IComparable  
    Remarks

    To obtain an UniDecimal object call the UniDataReader.GetDecimal method of the UniDataReader class.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          Devart.Data.Universal.UniDecimal

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also