VistaDB 6
VistaDB.DDA Namespace / IVistaDBTable Interface / LastTableIdentity Property


In This Topic
    LastTableIdentity Property
    In This Topic
    Read the last value of identity columns that will be used by any client in nearest insert operation. This value is saved in the file storage.
    Syntax
    'Declaration
     
    
    <System.Diagnostics.DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
    ReadOnly Property LastTableIdentity As IVistaDBRow
    'Usage
     
    
    Dim instance As IVistaDBTable
    Dim value As IVistaDBRow
     
    value = instance.LastTableIdentity
    [System.Diagnostics.DebuggerBrowsable(DebuggerBrowsableState.Never)]
    IVistaDBRow LastTableIdentity {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