ULDatabaseSchema class

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

Syntax
Visual Basic

Public NotInheritable Class ULDatabaseSchema 
C#

public sealed class ULDatabaseSchema 
Remarks

There is no constructor for this class. A ULDatabaseSchema object is attached to a connection as its ULConnection.Schema and is only valid while that connection is open.

See also

ULDatabaseSchema members
CollationName property
IsCaseSensitive property
IsOpen property
PublicationCount property
TableCount property
GetDatabaseProperty method
GetPublicationName method
GetPublicationSchema method
GetTableName method
SetDatabaseOption method