UL Ext.: Holds the schema of this cursor.
Visual Basic
Public Readonly Property Schema As ULCursorSchema
C#
public ULCursorSchema Schema { get;}
For result sets, the ULResultSetSchema object representing the schema of the result set. For tables, the ULTableSchema object representing the schema of the table.
This property represents the complete schema of the cursor, including UltraLite.NET extended information which is not represented in the results from ULDataReader.GetSchemaTable.