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

UploadOK property 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
FindBegin method
FindFirst methods
FindLast methods
FindNext methods
FindPrevious methods
Insert method
InsertBegin method
LookupBackward methods
LookupBegin method
LookupForward methods
Truncate method
UpdateBegin method