VistaDB 6
VistaDB.DDA Namespace / IVistaDBColumn Interface / ReadOnly Property


In This Topic
    ReadOnly Property (IVistaDBColumn)
    In This Topic
    Column value cannot be changed in update operations (defaults to false)
    Syntax
    'Declaration
     
    
    ReadOnly Property ReadOnly As System.Boolean
    'Usage
     
    
    Dim instance As IVistaDBColumn
    Dim value As System.Boolean
     
    value = instance.ReadOnly
    System.bool ReadOnly {get;}
    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