Click or drag to resize

CursorProperty Enumeration

X#
Enum that matches the various FoxPro cursor properties, used in CursorGetProp() and CursorSetProp()

Namespace:  XSharp.RDD
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 enum CursorProperty
Members
  Member nameValueDescription
ADOBookmark0
ADOCodePage1
ADORecordset2
AllowSimultaneousFetch3
AutoIncError4
BatchUpdateCount5
Buffering6
CompareMemo7
ConnectHandle8
ConnectName9
Database10
FetchAsNeeded11
FetchIsComplete12
FetchMemo13
FetchSize14
KeyFieldList15
MapBinary16
MapVarchar17
MaxRecords18
ParameterList19
Prepared20
RecordsFetched21
Refresh22
SendUpdates23
SourceName24
SourceType25
SQL26
Tables27
UpdatableFieldList28
UpdateNameList29
UpdateType30
UseMemoSize31
WhereType32
See Also