UL Ext: Returns the time of the most recent download of the specified publication.
Public Function GetLastDownloadTime(ByVal publication As String) As Date
public DateTime GetLastDownloadTime(string publication)
publication The publication to check.
The timestamp of the last download.
ULException class A SQL error occurred.
The parameter publication is a publication name to check. If the special constant SYNC_ALL_DB is used, returns the time of the last download of the entire database.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |