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

    See Also