Table of Contents

Class StockUnitCollection

Namespace
Dynamicweb.Ecommerce.Stocks
Assembly
Dynamicweb.Ecommerce.dll
Represents the collection of the StockUnit.
[Obsolete]
[Serializable]
public class StockUnitCollection : Collection<StockUnit>, IList<StockUnit>, ICollection<StockUnit>, IReadOnlyList<StockUnit>, IReadOnlyCollection<StockUnit>, IEnumerable<StockUnit>, IList, ICollection, IEnumerable
Inheritance
StockUnitCollection
Implements
Inherited Members
Extension Methods

Methods

Load(string)

Loads the items.
public void Load(string sql)

Parameters

sql string
The SQL query.
To top