点击或拖拽改变大小

CursorProperty 枚举

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

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 enum CursorProperty
成员
  成员名称说明
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
参见