Represents the schema of an UltraLite result set.
' Visual Basic
NotInheritable Public Class ResultSetSchema
Inherits CursorSchema
// C#
public sealed class ResultSetSchema :
CursorSchema
This class cannot be directly instantiated. A ResultSetSchema class object is attached to a result set as its Schema property property. A result set schema is also attached to a prepared statement as its ResultSetSchema property property if the prepared statement represents a query (when the prepared statement's HasResultSet property property is true).
A result set schema is only valid while the prepared statement is open.
ResultSetSchema members
Name property
Finalize method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.