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)
Syntaxpublic Article(
IDataRecord pDataRecord
)
Public Sub New (
pDataRecord As IDataRecord
)
Parameters
- pDataRecord
- Type: System.DataIDataRecord
Data record to fill
See Also