Click or drag to resize

RecordClass Constructor

Overload List
  NameDescription
Public methodRecordClass
Initializes a new instance of the RecordClass class.
Public methodCode exampleRecordClass(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.
Public methodRecordClass(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.
Top
See Also