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
- row
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.CountryCodesRow
The RegionCodeDataSet..::.CountryCodesRow to remove.
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
- 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.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable Class