Table of Contents

Class CountryRelationCollection

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

Methods

Load(CommandBuilder)

Loads the data.
public void Load(CommandBuilder sqlBuilder)

Parameters

sqlBuilder CommandBuilder
The command builder.
To top