Jump to: navigation, search

GetProxyKeyValue (Activity)


The GetProxyKeyValue activity returns the value of the specified external key property of a proxy objects.

[edit]

Description

Get Proxy Key Value
Name GetProxyKeyValue
Purpose Get key value from proxy
Category Data Exchange
Returns True if successfull
Version 2.3+

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.


See also