Click or drag to resize

DbDataRow Class

X#
This class represents a DBF Row in a DbDataTable class.
Inheritance Hierarchy
Object
  DataRow
    DbDataRow

Namespace:  XSharp
Assembly:  XSharp.Data (in XSharp.Data.dll) Version: 2.19
Syntax
 CLASS DbDataRow INHERIT DataRow,  IMPLEMENTS IDbRow
Request Example View Source

The DbDataRow type exposes the following members.

Constructors
  NameDescription
Public methodDbDataRow
Initializes a new instance of the DbDataRow class
Top
Properties
  NameDescription
Public propertyRecNo
Record number in the workarea
Top
See Also