DoGetRegionCodes Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns country/region and state codes from the RegionCodes table.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Protected Function DoGetRegionCodes As RegionCodeDataSet
'Usage
Dim returnValue As RegionCodeDataSet
returnValue = Me.DoGetRegionCodes()
protected RegionCodeDataSet DoGetRegionCodes()
protected:
RegionCodeDataSet^ DoGetRegionCodes()
protected function DoGetRegionCodes() : RegionCodeDataSet
Return Value
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet
A RegionCodeDataSet containing country/region and state codes.
Remarks
Returns a RegionCodeDataSet containing country/region and state codes.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.