Share via


RemoveCountryCodesRow Method

Removes the specified RegionCodeDataSet..::.CountryCodesRow from the CountryCodesDataTable.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Sub RemoveCountryCodesRow ( _
    row As RegionCodeDataSet..::.CountryCodesRow _
)
'Usage
Dim instance As RegionCodeDataSet..::.CountryCodesDataTable
Dim row As RegionCodeDataSet..::.CountryCodesRow

instance.RemoveCountryCodesRow(row)
public void RemoveCountryCodesRow(
    RegionCodeDataSet..::.CountryCodesRow row
)
public:
void RemoveCountryCodesRow(
    RegionCodeDataSet..::.CountryCodesRow^ row
)
public function RemoveCountryCodesRow(
    row : RegionCodeDataSet..::.CountryCodesRow
)

Parameters

Remarks

Removes the specified RegionCodeDataSet..::.CountryCodesRow from the collection.

The RegionCodeDataSet object must be saved before these changes will be persisted to the database.

Permissions

See Also

Reference

RegionCodeDataSet..::.CountryCodesDataTable Class

RegionCodeDataSet..::.CountryCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace