VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / GetLastTimestamp Method
Table name


In This Topic
    GetLastTimestamp Method
    In This Topic
    Get last value assigned to the timestamp column in the table insert operation for this database instance. The table inserted the row may be already closed at current moment.
    Syntax
    'Declaration
     
    
    Function GetLastTimestamp( _
       ByVal tableName As System.String _
    ) As IVistaDBColumn
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim tableName As System.String
    Dim value As IVistaDBColumn
     
    value = instance.GetLastTimestamp(tableName)
    IVistaDBColumn GetLastTimestamp( 
       System.string tableName
    )

    Parameters

    tableName
    Table name

    Return Value

    IVistaDBColumn instance containing last timestamp value. If timestamp is not set the null reference returned
    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