VistaDB 6
VistaDB.Provider Namespace / VistaDBConnection Class / ServerVersion Property


In This Topic
    ServerVersion Property
    In This Topic
    Gets a string that represents the version of the server to which the object is connected. VistaDB version for connection information (We only really need major / minor here for client compatibility)
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property ServerVersion As System.String
    'Usage
     
    
    Dim instance As VistaDBConnection
    Dim value As System.String
     
    value = instance.ServerVersion
    public override System.string ServerVersion {get;}

    Property Value

    The version of the database. The format of the string returned depends on the specific type of connection you are using.
    Exceptions
    ExceptionDescription
    System.Data.Common.DbConnection.ServerVersion was called while the returned Task was not completed and the connection was not opened after a call to Overload.
    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