Difference between revisions of "Activity:GetProxyKeyValue (Activity)"
m (Text replacement - "Workflows" to "") |
|||
Line 31: | Line 31: | ||
* [[Workflow Designer]] | * [[Workflow Designer]] | ||
− | + | ||
[[Category:Activities]] | [[Category:Activities]] | ||
[[Category:Interfacing]] | [[Category:Interfacing]] |
Revision as of 12:48, 3 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.