VistaDB 6
VistaDB.VistaDBTypes Namespace / VistaDBInt16 Class
Members


In This Topic
    VistaDBInt16 Class
    In This Topic
    The value of System.Int16 type that is wrapped into the class and represents VistaDBType.SmallInt
    Syntax
    'Declaration
     
    
    Public Class VistaDBInt16 
       Inherits VistaDBValue
       Implements VistaDB.IVistaDBValue 
    'Usage
     
    
    Dim instance As VistaDBInt16
    public class VistaDBInt16 : VistaDBValue, VistaDB.IVistaDBValue  
    Inheritance Hierarchy

    System.Object
       VistaDB.VistaDBTypes.VistaDBValue
          VistaDB.VistaDBTypes.VistaDBInt16

    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