Difference between revisions of "Activity:GetProxyKeyValue (Activity)"
m (Text replacement - "Workflows" to "") |
m (moved GetProxyKeyValue (Activity) to GetProxyKeyValue (Activity): Text replacement - "(.*)\(Activity\)" to "Activity:$1(Activity)") |
(No difference)
|
Revision as of 11:01, 23 February 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.