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