CollectionInfo Constructor (DataRow) |
Creates a new instances of the
CollectionInfo class from the given
DataRow.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public CollectionInfo(
DataRow dr
)
Parameters
- dr
- Type: System.DataDataRow
DataRow with the object data.
See Also