Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

ResultSet class


Represents a result set in an UltraLite database. Created at runtime using ExecuteQuery method.

Prototypes 

' Visual Basic
Public Class ResultSet
  Inherits Cursor

// C#
public class ResultSet :
  Cursor

Remarks 

This class cannot be directly instantiated. Result sets are created using the ExecuteQuery method method of the PreparedStatement class class.

A result set is only valid while the prepared statement is open.


ResultSet members
Schema property
Close method
Finalize method

Collection Contents Previous Next PDF