Click or drag to resize

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
)

Parameters

drReader
Type: System.DataIDataReader
IDataReader that contains data to assign to the type strong object
See Also