VistaDB 6
VistaDB.VistaDBTypes Namespace / VistaDBText Class
Members


In This Topic
    VistaDBText Class
    In This Topic
    The value of string type that is wrapped into the class and represents NText and Text (NVarChar(MAX) and VarChar(MAX)).
    Syntax
    'Declaration
     
    
    Public Class VistaDBText 
       Inherits VistaDBString
       Implements VistaDB.IVistaDBValue 
    'Usage
     
    
    Dim instance As VistaDBText
    public class VistaDBText : VistaDBString, VistaDB.IVistaDBValue  
    Inheritance Hierarchy

    System.Object
       VistaDB.VistaDBTypes.VistaDBValue
          VistaDB.VistaDBTypes.VistaDBString
             VistaDB.VistaDBTypes.VistaDBText

    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