Class StockGroupCollection
- Namespace
- Dynamicweb.Ecommerce.Stocks
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the collection of the StockGroup.
[Obsolete]
[Serializable]
public class StockGroupCollection : Collection<StockGroup>, IList<StockGroup>, ICollection<StockGroup>, IReadOnlyList<StockGroup>, IReadOnlyCollection<StockGroup>, IEnumerable<StockGroup>, IList, ICollection, IEnumerable
- Inheritance
-
StockGroupCollection
- Implements
- Inherited Members
- Extension Methods
Methods
Load(string)
Loads the items.
[Obsolete("Use Services.StockService.GetStockGroups() instead.")]
public void Load(string sql)
Parameters
sql
string- The SQL query.