Click or drag to resize
TaxClassCountryInfoProviderGetFullNameWhereCondition Method
Returns where condition for TaxClassCountry selection using full name (in format TaxClassID.CountryID)

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public string GetFullNameWhereCondition(
	string fullName
)

Parameters

fullName
Type: SystemString
TaxClassCoountry full name

Return Value

Type: String

Implements

IFullNameInfoProviderGetFullNameWhereCondition(String)
See Also