Class RoundingCollection
- Namespace
- Dynamicweb.Ecommerce.Prices
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a collection of Rounding.
[Obsolete]
[Serializable]
public class RoundingCollection : Collection<Rounding>, IList<Rounding>, ICollection<Rounding>, IReadOnlyList<Rounding>, IReadOnlyCollection<Rounding>, IEnumerable<Rounding>, IList, ICollection, IEnumerable
- Inheritance
-
RoundingCollection
- Implements
- Inherited Members
- Extension Methods
Methods
Load(string)
Loads the specified Rounding objects.
[Obsolete("Use Services.Roundings instead.")]
public void Load(string sql)
Parameters
sql
string- The SQL query.