Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULDatabaseSchema class


UL Ext.: Represents the schema of an UltraLite.NET database.

Prototypes 

' Visual Basic
NotInheritable Public Class ULDatabaseSchema

// C#
public sealed class ULDatabaseSchema

Remarks 

This class cannot be directly instantiated. A ULDatabaseSchema class object is attached to a connection as its Schema property property and is only valid while that connection is open.


ULDatabaseSchema members
CollationName property
IsCaseSensitive property
IsOpen property
PublicationCount property
Signature property
TableCount property
ApplyFile method
ApplyFile method
GetDatabaseProperty method
GetPublicationName method
GetPublicationSchema method
GetTableCountInPublications method
GetTableName method

Collection Contents Previous Next PDF