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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference

 

ULResultSetSchema class

UL Ext.: Represents the schema of an UltraLite result set. This class cannot be inherited.

Syntax
Visual Basic
Public NotInheritable Class ULResultSetSchema
  Inherits ULCursorSchema
C#
public sealed class ULResultSetSchema: ULCursorSchema
Remarks

There is no constructor for this class. A ULResultSetSchema object is attached to a result set as its ULDataReader.Schema.

A result set schema is only valid while the data reader is open.

Inherits: ULCursorSchema

See also

ULResultSetSchema members
Name property