RecordSet Row ClassNReco.Data Class Library Documentation
Represents a row of data in a RecordSet.
Inheritance Hierarchy

System Object
  NReco.Data RecordSet Row

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public sealed class Row

The RecordSet Row type exposes the following members.

Methods

  NameDescription
Public methodAcceptChanges
Commits all the changes made to this row since the last time AcceptChanges was called.
Public methodDelete
Deletes the RecordSet Row.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodField T 
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyItem Int32 
Gets or sets the data stored in the column specified by index.
Public propertyItem String 
Gets or sets the data stored in the column specified by name.
Public propertyItem RecordSet Column 
Public propertyItemArray
Gets or sets all the values for this row through an array.
Public propertyState
Gets the current state of the row with regard to its relationship to the RecordSet.
Top
See Also