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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULTableSchema class

 

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
  • pubName   The name of the publication.

Return value

The publication predicate as a string.

See also