点击或拖拽改变大小

DbField 类

X#
This class is used by the DbDataSource class to describe the fields in the workarea
继承层次
Object
  DbField

命名空间:  XSharp
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
 CLASS DbField
查看代码

DbField 类型公开以下成员。

构造函数
  名称说明
公共方法DbField
Initializes a new instance of the DbField class
Top
属性
  名称说明
公共属性CanSort
Can the field be sorted ?
公共属性Caption
Caption for the field
公共属性DataType
Dotnet datatype for the field
公共属性Description
Can the field be sorted ?
公共属性Name
Name of the field
公共属性Ordinal
Ordinal position of the field
公共属性ReadOnly
Is the field Readonly ?
Top
参见