ULPublicationSchema class

UL Ext.: Represents the schema of an UltraLite publication. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class ULPublicationSchema 
C#

public sealed class ULPublicationSchema 
Remarks

There is no constructor for this class. Publication schemas are created using the ULDatabaseSchema.GetPublicationSchema method of the ULDatabaseSchema class.

Some methods requiring a publication also take a comma separated list of publications.

Two special publication values are also provided by this class. ULPublicationSchema.SYNC_ALL_DB corresponds to the entire database. ULPublicationSchema.SYNC_ALL_PUBS corresponds to all publications.

See also

ULPublicationSchema members
SYNC_ALL_DB field
SYNC_ALL_PUBS field
IsOpen property
Name property