点击或拖拽改变大小

DbCursor 类

X#
The VFP compatible Cursor class.
继承层次
Object
  DbCursor

命名空间:  XSharp.VFP.UI
程序集:  XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法
 CLASS DbCursor
查看代码

DbCursor 类型公开以下成员。

构造函数
  名称说明
公共方法DbCursor
初始化 DbCursor 类的一个新实例
Top
属性
  名称说明
公共属性Alias
The Name of the Working Area
公共属性BaseClass
公共属性BindingSource
The BindingSource stored in this Cursor
公共属性BufferModeOverride
公共属性Class
公共属性ClassLibrary
公共属性Comment
公共属性CursorSource
For DBC, the Table Name For free tables, specifies the full path to the free table.
公共属性DataBase
The path to the database (DBC) that contains the table or view associated with a cursor. If the cursor is based on a free table, Database contains an empty string ("").
公共属性DataSource
The DataSource stored in the BindingSource of this Cursor
公共属性Exclusive
Specifies whether a table associated with a Cursor object is opened exclusively.
公共属性Filter
Excludes records that do not meet the criteria in the specified expression
公共属性IsFreeTable
公共属性Name
The Name of the Cursor
公共属性NoDataOnLoad
Causes the view associated with a Cursor to activate without downloading data.
公共属性Order
The Name of the Order
公共属性OrderDirection
Specifies an ascending or descending order for the controlling index tag specified by the Order property of a Cursor object.
公共属性ReadOnly
Specifies whether a table or view associated with a Cursor object allows updates.
Top
方法
  名称说明
公共方法Close
公共方法Open
公共方法ReadExpression 已过时。
公共方法ReadMethod 已过时。
公共方法ResetToDefault 已过时。
公共方法SaveAsClass 已过时。
公共方法Sync
公共方法WriteExpression 已过时。
公共方法WriteMethod 已过时。
Top
参见