Difference between revisions of "Activity:GetProxyKeyValue (Activity)"
(Created page with "{{ActivityInfoBox | title = Get Proxy Key Value | name = GetProxyKeyValue | image = | imagecaption = Activity GetProxyKeyValue | purpose = Get key value from proxy | categor...") |
|||
Line 22: | Line 22: | ||
| Result || {{Boolean_MSDN}} || Out || True if successfull | | Result || {{Boolean_MSDN}} || Out || True if successfull | ||
|- align="left" | |- align="left" | ||
− | | Value || T || Out || The key value | + | | Value || T || Out || The key value (generic type) |
|} | |} | ||
Revision as of 13:10, 7 January 2015
Get Proxy Key Value | |
---|---|
Name | GetProxyKeyValue |
Purpose | Get key value from proxy |
Category | Data Exchange |
Returns | True if successfull |
Version | 2.3+ |
The GetProxyKeyValue activity returns the value of the specified external key property of a proxy objects.
Arguments
Argument | Type | Direction | Purpose |
---|---|---|---|
KeyName | String | In | Name of the External Primary Key property |
ProxyObject | Proxy | In | Proxy object |
Result | Boolean | Out | True if successfull |
Value | T | Out | The key value (generic type) |
Usage
This activity returns the value of the key property KeyName. The data type of the return value has to be specified as generic type argument.