DeleteProfile Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Delete the specified Profile object.
Overload List
Name | Description | |
---|---|---|
DeleteProfile(Int32, String) | Delete the Profile object with the specified primary key value (as an integer) and profile definition. | |
DeleteProfile(String, String) | Delete the Profile object with the specified primary key value (as a string) and profile definition. | |
DeleteProfile(String, Int32, String) | Delete the Profile object with the specified primary key name, key value (as an integer) and profile definition. | |
DeleteProfile(String, String, String) | Delete the Profile object with the specified primary key name, key value (as a string) and profile definition. |
Top