Click or drag to resize

DbDataColumn Class

X#
This class represents a DBF Field in a DbDataTable class.
Inheritance Hierarchy
Object
  MarshalByValueComponent
    DataColumn
      DbDataColumn

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

The DbDataColumn type exposes the following members.

Constructors
  NameDescription
Public methodDbDataColumn
Initializes a new instance of the DbDataColumn class
Top
Properties
  NameDescription
Public propertyColumnInfo
Top
See Also