VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumn Interface
Members


In This Topic
    IVistaDBColumn Interface
    In This Topic
    Represents a column-based data value or a column placeholder in an IVistaDBRow.
    Syntax
    'Declaration
     
    
    Public Interface IVistaDBColumn 
       Inherits VistaDB.IVistaDBValue 
    'Usage
     
    
    Dim instance As IVistaDBColumn
    public interface IVistaDBColumn : VistaDB.IVistaDBValue  
    Remarks
    Also see VistaDB.IVistaDBValue for included member properties which are common to data values even when not associated with a column. IVistaDBColumn instances are typically handled as part of a IVistaDBRow.
    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