Click or drag to resize

DbCursor Properties

X#

The DbCursor type exposes the following members.

Properties
  NameDescription
Public propertyAlias
The Name of the Working Area
Public propertyBaseClass
Public propertyBindingSource
The BindingSource stored in this Cursor
Public propertyBufferModeOverride
Public propertyClass
Public propertyClassLibrary
Public propertyComment
Public propertyCursorSource
For DBC, the Table Name For free tables, specifies the full path to the free table.
Public propertyDataBase
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 ("").
Public propertyDataSource
The DataSource stored in the BindingSource of this Cursor
Public propertyExclusive
Specifies whether a table associated with a Cursor object is opened exclusively.
Public propertyFilter
Excludes records that do not meet the criteria in the specified expression
Public propertyIsFreeTable
Public propertyName
The Name of the Cursor
Public propertyNoDataOnLoad
Causes the view associated with a Cursor to activate without downloading data.
Public propertyOrder
The Name of the Order
Public propertyOrderDirection
Specifies an ascending or descending order for the controlling index tag specified by the Order property of a Cursor object.
Public propertyReadOnly
Specifies whether a table or view associated with a Cursor object allows updates.
Top
See Also