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

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

Return Value

Type: ObjectQueryTaxClassStateInfo
See Also