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