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