Contents Index GetIndexName method Index

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

InPublication method


Prototype 

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

Description 

Indicates whether this table is part of the specified publication.

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.


Contents Index GetIndexName method Index