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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULDataReader class

RowCount property Next Page

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