| RecordClass Constructor (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.
Namespace:
Dynamicweb.News
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public RecordClass(
IDataReader drReader
)
Public Sub New (
drReader As IDataReader
)
Parameters
- drReader
- Type: System.DataIDataReader
IDataReader that contains data to assign to the type strong object
See Also