Click or drag to resize

FieldsSetValue Method (String, Object)

Set the value for the specified field. If the field is not found, 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 void SetValue(
	string key,
	Object value
)

Parameters

key
Type: SystemString
The field whose value should be set.
value
Type: SystemObject
The value to which to set the field.
See Also