Click or drag to resize

PFExternalDataGetValueByIdT Method (String)

Gets a value by its target (external) field/column id.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public T GetValueById<T>(
	string targetId
)
where T : class

Parameters

targetId
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also