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 » ULDatabaseSchema class

GetDatabaseProperty method Next Page

GetPublicationName method


Returns the name of the publication identified by the specified publication ID. Publication IDs are not publication masks.

Syntax

Visual Basic

Public Function GetPublicationName( _
ByVal pubID As Integer _
) As String

C#

public string GetPublicationName(
int pubID
);

Parameters
Return value

The publication name as a string.

Remarks

Note: Publication IDs, masks, and counts may change during a schema upgrade. To correctly identify a publication, access it by name or refresh the cached IDs, masks, and counts after a schema upgrade.

See also