Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考

 

ULTable 类

UL Ext.: 表示 UltraLite 数据库中的表。

语法
Visual Basic
Public Class ULTable
  Inherits ULResultSet
C#
public class ULTable: ULResultSet
注释

没有用于此类的构造函数。表是使用 ULCommand 的 ULCommand.ExecuteTable() 创建的。

Inherits: ULResultSet

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

另请参见

ULTable 成员
Schema 属性
DeleteAllRows 方法
FindBegin 方法
FindFirst 方法
FindLast 方法
FindNext 方法
FindPrevious 方法
Insert 方法
InsertBegin 方法
LookupBackward 方法
LookupBegin 方法
LookupForward 方法
Truncate 方法
UpdateBegin 方法