Click or drag to resize

Article Constructor (IDataRecord)

Initializes a new instance of the Article class. Constructor with parameter of data record to fill this data item

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
public Article(
	IDataRecord pDataRecord
)

Parameters

pDataRecord
Type: System.DataIDataRecord
Data record to fill
See Also