Click or drag to resize
TaxClassCountryInfoProviderGetTaxClassCountries Method
Returns the query for all relationships between tax classes and countries.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TaxClassCountryInfo> GetTaxClassCountries()

Return Value

Type: ObjectQueryTaxClassCountryInfo
See Also