Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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