Click or drag to resize

PFExternalDataGetValueByNameT Method (String)

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

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 GetValueByName<T>(
	string targetName
)
where T : class

Parameters

targetName
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also