.NET 框架类库
X# Runtime and VO SDK Reference
X# Runtime and SDK Reference
XSharp.RDD.Enums
AutoShareMode 枚举
DBFFieldFlags 枚举
DbFieldInfo 枚举
DbFieldType 枚举
DbInfo 枚举
DbLockMode 枚举
DbNotificationType 枚举
DbOrder_Info 枚举
DbRecordInfo 枚举
DbSortFlags 枚举
DbTransInfoFlags 枚举
RddInfo 枚举
DBFFieldFlags 枚举
DBF 字段标志。
命名空间:
XSharp.RDD.Enums
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
X#
C#
复制
[
FlagsAttribute
]
enum
DBFFieldFlags
[
FlagsAttribute
]
public
enum
DBFFieldFlags
成员
成员名称
值
说明
None
0
System
1
系统字段?
Nullable
2
字段可为空
Binary
4
字段是二进制的
AutoIncrement
8
字段是自增的
Compressed
16
字段已压缩(尚未使用,与 Harbour 兼容)
Encrypted
32
字段已加密(尚未使用,与 Harbour 兼容)
Unicode
64
字段包含 Unicode 文本
参见
引用
XSharp.RDD.Enums 命名空间