GetProxyKeyValue (Activity)
Revision as of 13:09, 7 January 2015 by KNO (Talk | contribs) (Created page with "{{ActivityInfoBox | title = Get Proxy Key Value | name = GetProxyKeyValue | image = | imagecaption = Activity GetProxyKeyValue | purpose = Get key value from proxy | categor...")
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 as 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.