Click or drag to resize

DbField Class

X#
This class is used by the DbDataSource class to describe the fields in the workarea
Inheritance Hierarchy
Object
  DbField

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 CLASS DbField
Request Example View Source

The DbField type exposes the following members.

Constructors
  NameDescription
Public methodDbField
Initializes a new instance of the DbField class
Top
Properties
  NameDescription
Public propertyCanSort
Can the field be sorted ?
Public propertyCaption
Caption for the field
Public propertyDataType
Dotnet datatype for the field
Public propertyDescription
Can the field be sorted ?
Public propertyName
Name of the field
Public propertyOrdinal
Ordinal position of the field
Public propertyReadOnly
Is the field Readonly ?
Top
See Also