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

Properties Next Page

ContainsTable method


Indicates whether the specified table is part of this publication.

Syntax

ContainsTable( name As String ) As Boolean
Member of UltraLiteAFLib.ULPublicationSchema

Parameters

name    The target table name.

Returns

True if the table is in the publication.

False if the table is not in the publication.