点击或拖拽改变大小

CursorFlags 枚举

X#

命名空间:  XSharp.VFP
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
[FlagsAttribute]
 enum CursorFlags
成员
  成员名称说明
None0
AllowDelete1
AllowInsert2
AllowSimultaneousFetch4
AllowUpdate8
BreakOnError16
CompareMemo32
FetchAsNeeded64
FetchMemo128
MapBinary256
MapVarchar512
NoData1024
Prepared2048
RefreshTimeStamp4096
SendUpdates8192
UseCursorSchema16384
UseDeDataSource32768
UseTransactions65536
参见