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

GetOptimalIndex method Next Page

GetPublicationPredicate method


Returns the publication predicate for this table in the named publication.

Syntax

Visual Basic

Public Function GetPublicationPredicate( _
ByVal pubName As String _
) As String

C#

public string GetPublicationPredicate(
string pubName
);

Parameters
Return value

The publication predicate as a string.

See also