Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnection class

 

Schema property

UL Ext.: Provides access to the schema of the current database associated with this connection.

Syntax
Visual Basic

Public Readonly Property Schema As ULDatabaseSchema
C#

public ULDatabaseSchema Schema  { get;}
Property value

A reference to the ULDatabaseSchema object representing the schema of the database on which this connection opens.

Remarks

This property is only valid while its connection is open.

See also