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 - AppForge Programming » UltraLite for AppForge API Reference » ULTableSchema class

GetPublicationPredicate method Next Page

InPublication method


Indicates whether this table is part of the specified publication.

Syntax

InPublication( publicationName As String ) As Boolean
Member of UltraLiteAFLib.ULTableSchema

Parameters

publicationName    The name of the publication you are checking.

Returns

True if the table is part of the publication.

False if the table is not part of the publication.