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 1.0 API Reference

Finalize method Next Page

ULTable class


UL Ext.: Represents a table in an UltraLite database.

Syntax

Visual Basic

Public Class ULTable
Inherits ULResultSet

C#

public class ULTable :
ULResultSet

Remarks

There is no constructor for this class. Tables are created using the ULCommand.ExecuteTable() of the ULCommand.

Inherits: ULResultSet

Implements: System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable

See also

ULTable members
Schema property
DeleteAllRows method
Finalize method
FindBegin method
FindFirst method
FindFirst method
FindLast method
FindLast method
FindNext method
FindNext method
FindPrevious method
FindPrevious method
Insert method
InsertBegin method
LookupBackward method
LookupBackward method
LookupBegin method
LookupForward method
LookupForward method
Truncate method
UpdateBegin method