RecordClass Constructor |
Name | Description | |
---|---|---|
RecordClass |
Initializes a new instance of the RecordClass class.
| |
RecordClass(DataRow) |
Constructor that takes a DataRow as a input parameter. Assignment itself is done
in the Sub AssignAllRow. The property Row contains the datarepresentation at the
time of construction. Assignment of the derived classes properties in general use
beyound the constructor is NOT reflected in the DataRow property Row.
| |
RecordClass(IDataReader) |
Constructor that takes a Datareader as a input parameter. Assignment itself is done
in the Sub AssignAllReader. The DataRow property Row is not assigned any values sinces
the IDataReader does not represent its data as a DataRow object.
|