Schema property

UL Ext.: Holds the schema of this cursor.

Syntax
Visual Basic
Public Readonly Property Schema As ULCursorSchema
C#
public ULCursorSchema Schema { get;}
Property value

For result sets, the ULResultSetSchema object representing the schema of the result set. For tables, the ULTableSchema object representing the schema of the table.

Remarks

This property represents the complete schema of the cursor, including UltraLite.NET extended information which is not represented in the results from ULDataReader.GetSchemaTable.

See also