VistaDB 6
VistaDB.VistaDBTypes Namespace / VistaDBDecimal Class
Members


In This Topic
    VistaDBDecimal Class
    In This Topic
    The value of System.Decimal type that is wrapped into the class and represents VistaDBType.Decimal, VistaDBType.Money and VistaDBType.SmallMoney Note that VistaDB (and all .Net decimals) do not match the SQL Server spec for decimal. .Net does not track both precision and scale the same way that SQL Server does. Data Types and Mapping from SQL Server to VistaDB
    Syntax
    'Declaration
     
    
    Public Class VistaDBDecimal 
       Inherits VistaDBValue
       Implements VistaDB.IVistaDBValue 
    'Usage
     
    
    Dim instance As VistaDBDecimal
    public class VistaDBDecimal : VistaDBValue, VistaDB.IVistaDBValue  
    Inheritance Hierarchy

    System.Object
       VistaDB.VistaDBTypes.VistaDBValue
          VistaDB.VistaDBTypes.VistaDBDecimal

    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

    Reference

    VistaDBDecimal Members
    VistaDB.VistaDBTypes Namespace
    Data Types and Mapping from SQL Server to VistaDB