UL Ext.: Provides access to the schema of the current database associated with this connection.
Visual Basic
Public Readonly Property Schema As ULDatabaseSchema
C#
public ULDatabaseSchema Schema { get;}
A reference to the ULDatabaseSchema object representing the schema of the database on which this connection opens.
This property is only valid while its connection is open.