VistaDB 6
VistaDB.DDA Namespace / IVistaDBIdentityInformation Interface / SeedValue Property


In This Topic
    SeedValue Property
    In This Topic
    Current identity value converted to string
    Syntax
    'Declaration
     
    
    ReadOnly Property SeedValue As System.String
    'Usage
     
    
    Dim instance As IVistaDBIdentityInformation
    Dim value As System.String
     
    value = instance.SeedValue
    System.string SeedValue {get;}
    Remarks
    The request of this value for existing table is followed by opening the table, reading last identity value and the closing the table
    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