Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnection class

ExecuteTable(String, String, CommandBehavior) method Next Page

GetLastDownloadTime method


UL Ext.: Returns the time of the most recent download of the specified publication.

Syntax

Visual Basic

Public Function GetLastDownloadTime( _
ByVal mask As Integer _
) As Date

C#

public DateTime GetLastDownloadTime(
int mask
);

Parameters
Return value

The timestamp of the last download.

Remarks

The parameter

mask must reference a single publication or be the special constant ULPublicationSchema.SYNC_ALL_DB for the time of the last download of the full database.

See also