Click or drag to resize

FieldsGetValue Method (String)

Get the value for the specified field. If the field is not found then an error is raised.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object GetValue(
	string key
)

Parameters

key
Type: SystemString
The key of the field for which to get the value.

Return Value

Type: Object
The field's value.
See Also