VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / VersionGuid Property


In This Topic
    VersionGuid Property
    In This Topic
    Read only unique identifier assigned to this database schema version. Used for sync and schema updates systems. You cannot infer anything to the meaning of the guid other than to compare if they are equal. If they are equal then you have two databases with the exact same schema version.
    Syntax
    'Declaration
     
    
    ReadOnly Property VersionGuid As System.Guid
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim value As System.Guid
     
    value = instance.VersionGuid
    System.Guid VersionGuid {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