Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.Data.UltraLite namespace

ULResultSetSchema class


UL Ext.: Represents the schema of an UltraLite result set.

Prototypes 

' Visual Basic
NotInheritable Public Class ULResultSetSchema
  Inherits ULCursorSchema

// C#
public sealed class ULResultSetSchema :
  ULCursorSchema

Remarks 

This class cannot be directly instantiated. A ULResultSetSchema class object is attached to a result set as its Schema property property.

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

See also 

ULResultSetSchema members
Name property
Finalize method

Collection Contents Previous Next PDF