VistaDB 6
VistaDB.Provider Namespace / VistaDBConnectionStringBuilder Class / IsReadOnly Property


In This Topic
    IsReadOnly Property (VistaDBConnectionStringBuilder)
    In This Topic
    Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder is read-only.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public ReadOnly Property IsReadOnly As System.Boolean
    'Usage
     
    
    Dim instance As VistaDBConnectionStringBuilder
    Dim value As System.Boolean
     
    value = instance.IsReadOnly
    [System.ComponentModel.Browsable(false)]
    public System.bool IsReadOnly {get;}

    Property Value

    true if the System.Data.Common.DbConnectionStringBuilder is read-only; otherwise false. The default is false.
    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