Contents Index Properties ULResultSet class

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULPublicationSchema class

ContainsTable method


Prototype 

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

Description 

Indicates whether the specified table is part of this publication.

Parameters 

name    The target table name.

Returns 

True if the table is in the publication.

False if the table is not in the publication.


Contents Index Properties ULResultSet class