点击或拖拽改变大小

DbCursor 属性

X#

DbCursor 类型公开以下成员。

属性
  名称说明
公共属性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
参见